mirror of https://github.com/nmlgc/ReC98.git
4 lines
117 B
C++
4 lines
117 B
C++
|
// Null functions for disabling callbacks
|
||
|
void pascal near nullfunc_near(void);
|
||
|
void pascal far nullfunc_far(void);
|