mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
15 lines
281 B
C++
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>
|
|
|