Starter project for SDL2.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
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