2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-04-15 22:02:26 +03:00
metamod-r/metamod/src/linkgame.cpp
2017-08-01 01:00:35 +07:00

10 lines
293 B
C++

#include "precompiled.h"
// Entity list for gamedlls adapted from adminmod linkfunc.cpp.
// NOTE: This list of entities is automatically generated via the script
// "mklinkgame.sh". See the files in the directory "ents" for the actual
// list of entities.
LINK_ENTITY_TO_GAME(worldspawn);