metaforce/Runtime/MP1/CPlayMovie.cpp

14 lines
119 B
C++
Raw Normal View History

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