mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +00:00
8 lines
78 B
C
8 lines
78 B
C
|
|
||
|
#ifndef __record_h__
|
||
|
#define __record_h__
|
||
|
|
||
|
extern short record_mode;
|
||
|
|
||
|
#endif
|