khanat-opennel-code/code/nel/tools/3d/tile_edit/stdafx.h
2010-09-25 15:53:28 +02:00

27 lines
476 B
C++

#include "afxwin.h"
#include "afxcmn.h"
#include "afxdlgs.h"
#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