コード例 #1
0
ファイル: of_world.cpp プロジェクト: Blarget2/OF-Engine
types::String get_mapscript_filename() { return get_mapfile_path("map.lua"); }
コード例 #2
0
ファイル: of_world.cpp プロジェクト: bedna-KU/OF-Engine
 const char *get_mapscript_filename() {
     return get_mapfile_path("map.lua");
 }