blob: 498bb6b48f49d7b7562a7807c1da8bd929832da8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#ifndef ENGINE_COMMON_INTERFACE_H
#define ENGINE_COMMON_INTERFACE_H
#ifdef __cplusplus
extern "C" {
#endif
#include "e_if_other.h"
#include "e_if_msg.h"
#ifdef __cplusplus
}
#endif
#endif
|