Starter project for SDL2.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
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