mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 19:40:43 +00:00
8 lines
78 B
C
8 lines
78 B
C
|
|
||
|
#ifndef __record_h__
|
||
|
#define __record_h__
|
||
|
|
||
|
extern short record_mode;
|
||
|
|
||
|
#endif
|