cheat-engine/include/classlib.h
cheatengine@gmail.com 4d297adfd2
2011-07-04 19:52:19 +00:00

15 lines
281 B
C++

// 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>