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