metaforce/Runtime/MP1/CPlayMovie.cpp

14 lines
119 B
C++
Raw Normal View History

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