mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-29 15:12:00 +00:00
7 lines
119 B
C++
7 lines
119 B
C++
#ifndef MDL_EYES_qh
|
|
#define MDL_EYES_qh 1
|
|
|
|
@extern void() mdl_eyes_init;
|
|
@extern void() mdl_setup_eyes;
|
|
|
|
#endif
|