cheat-engine/underc/sourcecode/include/classlib.h

16 lines
281 B
C
Raw Permalink Normal View History

2011-07-04 19:52:19 +00:00
// UnderC Development Project, 2001
// standard library includes (default)
#define __UC__
#include <iostream>
#include <string>
#ifndef _CONSOLE
#include <sstream>
#endif
#include <list>
#include <vector>
#include <map>
#include <algorithm>
#include <uc_except.h>