summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 944140f..17136ce 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -824,6 +824,9 @@ const char *G_CuboidName(buildable_t buildable, const vec3_t cuboidSize,
void G_LayoutBuildItem( buildable_t buildable, vec3_t origin, vec3_t angles, vec3_t origin2, vec3_t angles2 );
void G_RemoveUnbuiltBuildables( gentity_t *self );
void G_UpdatePowerGrid( float dt );
+int G_GetBuildPoints( const vec3_t pos, team_t team );
+void G_RelayCuboidToSpectators( gclient_t *client );
+qboolean G_CheckCuboidSize( vec3_t dims, buildable_t type );
//
// g_utils.c