Files
Sun1602/SUN3DEngine/include/Client/3DEngine/3DFrameWork/stdafx.h
T
2022-10-26 12:25:11 +08:00

18 lines
303 B
C

// stdafx.h
#ifndef _3DFRAMEWORK_STDAFX_H_
#define _3DFRAMEWORK_STDAFX_H_
#define VC_EXTRALEAN
#include <windows.h>
//#if (_MSC_VER >= 1500) // vs2008 ÀÌ»ó
// #ifndef _DEBUG //#if'N'def
// #define _SECURE_SCL 0
// #endif
//#endif
#include "typedef.h"
#endif // _3DFRAMEWORK_STDAFX_H_