00001
00002
00003
00004
00005
00006 #if !defined(AFX_STDAFX_H__49FB407E_5136_4E37_8D30_29E0DB5A10F4__INCLUDED_)
00007 #define AFX_STDAFX_H__49FB407E_5136_4E37_8D30_29E0DB5A10F4__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif // _MSC_VER > 1000
00012
00013 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
00014
00015 #include <afxwin.h>
00016 #include <afxext.h>
00017 #include <afxdisp.h>
00018 #include <afxdtctl.h>
00019 #ifndef _AFX_NO_AFXCMN_SUPPORT
00020 #include <afxcmn.h>
00021 #endif // _AFX_NO_AFXCMN_SUPPORT
00022
00023 #include <gl\gl.h>
00024 #include <gl\glu.h>
00025 #include <GL\glaux.h>
00026
00027 #include <GUIlib\Guilib.h>
00028 #include "FreeImage.h"
00029
00030
00031
00032 int Random();
00033 int Random(int from, int to);
00034
00035 void seed();
00036
00037 CString GetFullPath(CString PathRel);
00038 CString GetAppPath();
00039 CString GetRelPath(CString FullPath);
00040
00041
00042
00043
00044 #endif // !defined(AFX_STDAFX_H__49FB407E_5136_4E37_8D30_29E0DB5A10F4__INCLUDED_)