Home
last modified time | relevance | path

Searched refs:GAN_FILETYPES (Results 1 – 3 of 3) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dsystem.h99 extern const std::vector<std::string> GAN_FILETYPES;
H A Dgan_graphics_object_data.cc91 fs::path gan_file_path = system_.FindFile(gan_filename_, GAN_FILETYPES); in LoadGANData()
H A Dsystem.cc92 const std::vector<std::string> GAN_FILETYPES = {"gan"}; variable