mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
More class stubs
This commit is contained in:
13
Runtime/MP1/CPlayMovie.cpp
Normal file
13
Runtime/MP1/CPlayMovie.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Retro
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
const char* kMovies[] =
|
||||
{
|
||||
"Video/wingame.thp",
|
||||
"Video/losegame.thp"
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user