Starter project for SDL2.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

10 lignes
136 B

  1. #ifndef IZ_CONFIG_H
  2. #define IZ_CONFIG_H
  3. #include <SDL_filesystem.h>
  4. #include <string.h>
  5. void IZ_GetConfigPath(char*, size_t);
  6. #endif