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

15 lines
335 B
C

// UCRI.H
// Reflection Interface for UnderC.
// Please note the location of the actual header,
// which is shared with the UC code base.
// UnderC Development Project, 2001-2002
#ifndef __UCRI_INC_H
#define __UCRI_INC_H
#ifdef __MS_BUILT
#lib $self
#else
#lib $self self.imp
#endif
#include "..\src\ucri.h"
#lib
#endif