diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-19 10:57:25 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-01-19 10:57:25 +0000 |
| commit | dd21ae1bc7a648138d33727628983a3b25a07570 (patch) | |
| tree | caf87523cda90c3a0fb235ea6e642765136d3f88 /src/engine/e_common_interface.h | |
| parent | 4eb71856948077b4c0cf9b5ef7178075433b7259 (diff) | |
| download | zcatch-dd21ae1bc7a648138d33727628983a3b25a07570.tar.gz zcatch-dd21ae1bc7a648138d33727628983a3b25a07570.zip | |
large commit. documented a bit. editor updates. general cleanup of everything
Diffstat (limited to 'src/engine/e_common_interface.h')
| -rw-r--r-- | src/engine/e_common_interface.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/engine/e_common_interface.h b/src/engine/e_common_interface.h new file mode 100644 index 00000000..498bb6b4 --- /dev/null +++ b/src/engine/e_common_interface.h @@ -0,0 +1,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 |