2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
145 B

  1. #include "IZ_app.h"
  2. IZ_ProcedureResult main(i32 arg_count, char* arg_values[]) {
  3. IZ_App app;
  4. return IZ_AppRun(&app, arg_count, arg_values);
  5. }