mirror of
https://github.com/zeldaret/tp
synced 2026-08-30 09:21:23 -04:00
Misc Changes (#306)
This commit is contained in:
@@ -54,7 +54,9 @@ static s32 fopScn_Create(void* i_this) {
|
||||
/* ############################################################################################## */
|
||||
/* 803A38B0-803A38C8 -00001 0014+04 0/0 9/0 0/0 .data g_fopScn_Method */
|
||||
leafdraw_method_class g_fopScn_Method = {
|
||||
(process_method_func)fopScn_Create, (process_method_func)fopScn_Delete,
|
||||
(process_method_func)fopScn_Execute, (process_method_func)fopScn_IsDelete,
|
||||
(process_method_func)fopScn_Draw,
|
||||
(process_method_func)fopScn_Create,
|
||||
(process_method_func)fopScn_Delete,
|
||||
(process_method_func)fopScn_Execute,
|
||||
(process_method_func)fopScn_IsDelete,
|
||||
(process_method_func)fopScn_Draw
|
||||
};
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* f_op_scene_iter.cpp
|
||||
* Scene Process Iterator
|
||||
* Framework - Scene Process Iteration
|
||||
*/
|
||||
|
||||
#include "f_op/f_op_scene_iter.h"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* f_op_scene_mng.cpp
|
||||
* Scene Process Manager
|
||||
* Framework - Scene Process Manager
|
||||
*/
|
||||
|
||||
#include "f_op/f_op_scene_mng.h"
|
||||
|
||||
Reference in New Issue
Block a user