27 lines
476 B
C++
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
|