mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-03 14:21:15 +00:00
8 lines
78 B
C
8 lines
78 B
C
|
|
||
|
#ifndef __record_h__
|
||
|
#define __record_h__
|
||
|
|
||
|
extern short record_mode;
|
||
|
|
||
|
#endif
|