update helpers/location to 'frosted' ui
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_challenge.h
index 01068e8f888873ee8d4c52a0708d47a5ae4e03bf..f53c95664b47e97bcb5fff1e69d8efe6a8ee6664 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef ENT_CHALLENGE_H
-#define ENT_CHALLENGE_H
-
+#pragma once
 #include "entity.h"
 
-VG_STATIC void ent_challenge_preupdate( ent_challenge *challenge );
-VG_STATIC void ent_challenge_call( world_instance *world, ent_call *call );
-
-#endif /* ENT_CHALLENGE_H */
+void ent_challenge_preupdate( ent_focus_context *ctx );
+entity_call_result ent_challenge_call( world_instance *world, ent_call *call );