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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index bd77686e..0fcfdc75 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -540,8 +540,8 @@ typedef enum
IBE_MAXERRORS
} itemBuildError_t;
-itemBuildError_t itemFits( gentity_t *ent, buildable_t buildable, int distance );
-gentity_t *Build_Item( gentity_t *ent, buildable_t buildable, int distance );
+itemBuildError_t G_itemFits( gentity_t *ent, buildable_t buildable, int distance );
+gentity_t *G_buildItem( gentity_t *ent, buildable_t buildable, int distance, float speed );
void G_setBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim );
void G_setIdleBuildableAnim( gentity_t *ent, buildableAnimNumber_t anim );