sly1/include/sw.h
Lol Bozo ba55d1248a Coin matches
Matched InitDprize, InitCoin, InitCharm, and InitKey
Consequently had to also make some progress on ALO and DPrize

Also created FICG, not sure if it's in the right place
2024-08-07 08:43:26 -04:00

21 lines
221 B
C

/**
* @file sw.h
*
* @brief Scene world?
*/
#ifndef SW_H
#define SW_H
#include "common.h"
// todo Implement struct.
struct SW
{
undefined1 padding[0x1c53];
DL dlDprize;
};
extern SW *g_psw;
#endif // SW_H