blob: 9c95b48bb28ff98b3edec88d2375db082dacaf84 (
plain)
1
2
3
4
5
6
7
8
|
/* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
#ifndef ENGINE_COMMON_INTERFACE_H
#define ENGINE_COMMON_INTERFACE_H
#include "e_if_other.h"
#include "e_if_msg.h"
#endif
|