metaforce/Runtime/MP1/CPlayMovie.cpp

14 lines
118 B
C++
Raw Normal View History

2016-03-04 23:04:53 +00:00
namespace urde
2015-08-27 00:23:46 +00:00
{
namespace MP1
{
const char* kMovies[] =
{
"Video/wingame.thp",
"Video/losegame.thp"
};
}
}