2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 07:51:20 +00:00
metaforce/Runtime/MP1/CPlayMovie.cpp
2016-03-04 13:04:53 -10:00

14 lines
118 B
C++

namespace urde
{
namespace MP1
{
const char* kMovies[] =
{
"Video/wingame.thp",
"Video/losegame.thp"
};
}
}