2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

7 行
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. }