mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-12-02 00:21:56 +00:00
7 lines
80 B
C++
7 lines
80 B
C++
|
#ifndef MDL_VOID_qh
|
||
|
#define MDL_VOID_qh 1
|
||
|
|
||
|
void() mdl_setup_void;
|
||
|
|
||
|
#endif
|