2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

12 righe
214 B

  1. #ifndef IZ_APP_CONFIG_H
  2. #define IZ_APP_CONFIG_H
  3. #include <SDL_filesystem.h>
  4. #include <ini-config.h>
  5. #include "../stdinc/IZ_string.h"
  6. #include "IZ_subsystem.h"
  7. void IZ_ConfigGetDefaultPath(char*, size_t);
  8. #endif