move SComponent and SStandard under SSystem, some dSv_player_config_c methods ok

This commit is contained in:
unknown
2020-11-26 21:35:46 -05:00
parent 0d0718f518
commit ca042ff23e
57 changed files with 176 additions and 181 deletions
+14
View File
@@ -0,0 +1,14 @@
// #include <dolphin/types.h>
// s32 g_RNG0;
// s32 g_RNG1;
// s32 g_RNG2;
// namespace SComponent {
// void cM_initRnd(s32 RNG0, s32 RNG1, s32 RNG2) {
// g_RNG0 = RNG0;
// g_RNG1 = RNG1;
// g_RNG2 = RNG2;
// };
// }