2D Run-and-gun shooter inspired by One Man's Doomsday, Counter-Strike, and Metal Slug.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12345678
  1. #ifndef IZ_ASSET_H
  2. #define IZ_ASSET_H
  3. #include <stdio.h>
  4. void IZ_AssetResolveDir(const char*, char*);
  5. #endif