blob: 89ca58c4fd54f7d335e7dfc8e362d482c1fab1d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
#include <lua.hpp>
#include <m_core.h>
#include <m_utils.h>
#include <m_msg_buttonsbar.h>
#endif //_COMMON_H_
|