revision 2
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_challenge.h
index a3cd92adf9e893889b3a7d7210e32a71c8336941..9b9ea10fad61accb3ab25b7f74353561ff550543 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef ENT_CHALLENGE_H
-#define ENT_CHALLENGE_H
-
+#pragma once
 #include "entity.h"
 
-static void ent_challenge_preupdate( ent_challenge *challenge, int active );
-static void ent_challenge_call( world_instance *world, ent_call *call );
-
-#endif /* ENT_CHALLENGE_H */
+void ent_challenge_preupdate( ent_challenge *challenge, int active );
+void ent_challenge_call( world_instance *world, ent_call *call );