d_a_movie_player start

This commit is contained in:
LagoLunatic
2024-07-10 17:16:55 -04:00
parent 635a1fd052
commit 9489cd4bcb
7 changed files with 296 additions and 73 deletions
+1 -1
View File
@@ -460,6 +460,6 @@ f32 dBgS_Acch::GetWallAddY(Vec& vec, int) {
}
static void dummy2() {
OSReport("\033[43;30m**************************************\ndBgS_ObjAcch::copy constructer called.\n**************************************\n\033[m");
OSReport("\x1B[43;30m**************************************\ndBgS_ObjAcch::copy constructer called.\n**************************************\n\033[m");
dBgS_ObjAcch acch; // fakematch to get dBgS_ObjAcch's vtable and destructor to show up in this TU
}