2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

9 rader
142 B

  1. #ifndef IZ_APP_INPUT_H
  2. #define IZ_APP_INPUT_H
  3. #include "IZ_subsystem.h"
  4. IZ_ProcedureResult IZ_AppHandleInputEvents(struct IZ_App*);
  5. #endif