mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-12-03 00:51:58 +00:00
8 lines
103 B
C++
8 lines
103 B
C++
|
#ifndef MDL_EYES_qh
|
||
|
#define MDL_EYES_qh 1
|
||
|
|
||
|
void() mdl_eyes_init;
|
||
|
void() mdl_setup_eyes;
|
||
|
|
||
|
#endif
|