9 lines
99 B
C
9 lines
99 B
C
|
#include "../plugin.h"
|
||
|
qboolean VPK_Init(void);
|
||
|
|
||
|
qboolean Plug_Init(void)
|
||
|
{
|
||
|
return VPK_Init();
|
||
|
}
|
||
|
|