mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
10 lines
133 B
C
10 lines
133 B
C
#ifndef __MAIN_H__
|
|
#define __MAIN_H__
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
|
|
#endif // __MAIN_H__
|