mirror of
https://github.com/celisej567/cool-source-archive.git
synced 2026-09-04 15:33:19 +03:00
7 lines
116 B
C++
7 lines
116 B
C++
#include "cbase.h"
|
|
#include "weapon_parse.h"
|
|
|
|
FileWeaponInfo_t* CreateWeaponInfo()
|
|
{
|
|
return new FileWeaponInfo_t;
|
|
} |