mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
initial commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
#ifndef STDAFX_H
|
||||
#define STDAFX_H
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <fstream>
|
||||
|
||||
#include "Hacks/Types.h"
|
||||
#include "Hacks/CArray.h"
|
||||
|
||||
class CString;
|
||||
|
||||
class CObject
|
||||
{
|
||||
public :
|
||||
CObject();
|
||||
};
|
||||
|
||||
|
||||
class CDWordArray : public CArray<WORD, WORD>
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
class CStringArray : public CArray<CString, CString>
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
class UserException
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void AfxThrowUserException();
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user