mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-26 22:01:45 +00:00
7 lines
64 B
C++
7 lines
64 B
C++
|
#ifndef MENUS_qh
|
||
|
#define MENUS_qh 1
|
||
|
|
||
|
void() menu_intro;
|
||
|
|
||
|
#endif
|