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