2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

IZ_app_input.h 142 B

12345678
  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