khanat-opennel-code/code/nel/tools/3d/tile_edit/stdafx.h

28 lines
476 B
C
Raw Normal View History

2010-05-06 00:08:41 +00:00
#include "afxwin.h"
#include "afxcmn.h"
#include "afxdlgs.h"
2010-09-25 13:53:28 +00:00
#ifndef STDAFX_H
#define STDAFX_H
#define NOMINMAX
#include <afxwin.h>
#include <afxcmn.h>
#include <afxdlgs.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
#include <string>
#include <list>
#include "nel/3d/tile_bank.h"
#include "nel/3d/tile_bank.h"
#include "nel/misc/bitmap.h"
#include "nel/misc/file.h"
#include "nel/misc/stream.h"
#include "nel/misc/rgba.h"
#endif