10 lines
135 B
C
Executable File
10 lines
135 B
C
Executable File
#ifndef _PATCHLIB_H_
|
|
|
|
#define _PATCHLIB_H_
|
|
|
|
//#define IMPORTING
|
|
#include "patch.h"
|
|
//#undef IMPORTING
|
|
|
|
#endif // _PATCHLIB_H_
|