forked from metin2/client
19 lines
399 B
C
19 lines
399 B
C
#ifndef __INC_MILESLIB_STDAFX_H__
|
|
#define __INC_MILESLIB_STDAFX_H__
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#include <windows.h>
|
|
|
|
//#include <crtdbg.h>
|
|
|
|
#include "../eterBase/CRC32.h"
|
|
#include "../eterBase/Utils.h"
|
|
#include "../eterBase/Debug.h"
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif |