mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 10:16:01 +08:00
12 lines
154 B
C
12 lines
154 B
C
#ifndef __MAIN_H__
|
|
#define __MAIN_H__
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
|
|
#include "CCStdC.h"
|
|
|
|
#endif // __MAIN_H__
|