Files
int2ssl/stdafx.h
T
2015-02-15 16:16:45 +03:00

29 lines
291 B
C++

#ifndef STDAFX_H
#define STDAFX_H
#include <map>
#include <vector>
#include <fstream>
#include "Hacks/Types.h"
#include "Hacks/CArray.h"
class CDWordArray : public CArray<WORD, WORD>
{
};
class UserException
{
};
void AfxThrowUserException();
#endif