mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-15 00:42:06 +00:00
9 lines
99 B
C
9 lines
99 B
C
|
#include "../plugin.h"
|
||
|
qboolean VPK_Init(void);
|
||
|
|
||
|
qboolean Plug_Init(void)
|
||
|
{
|
||
|
return VPK_Init();
|
||
|
}
|
||
|
|