Files
st/libs/nitro/include/nitro.h
T
Aetias 521100caed Update dsd to v0.12.0; dsprot OK (#135)
* `Actor::mType` field

* Remove fake symbol `data_027e0254`

* `dsd format`

* eur: Enable dsprot decomp

* jp: Enable dsprot decomp

* dsprot OK

* `dsd format`

* Use new `weak` attribute

* Add relocations for exception table link-time constants

* Add exception table symbols

* Bump dsd to v0.12.0

* `#define FALSE 1` ???
Why did I make it 1?

* Truncate `data_ov001_020c27a8`
That data belongs to dsprot
2026-08-15 01:07:14 +02:00

21 lines
427 B
C

#include <stdbool.h>
#include <stddef.h>
#include "nitro/card.h"
#include "nitro/fs.h"
#include "nitro/fx.h"
#include "nitro/g2.h"
#include "nitro/gx.h"
#include "nitro/hw.h"
#include "nitro/mi.h"
#include "nitro/os.h"
#include "nitro/pad.h"
#include "nitro/pm.h"
#include "nitro/reg.h"
#include "nitro/rtc.h"
#include "nitro/snd.h"
#include "nitro/std.h"
#include "nitro/svc.h"
#include "nitro/tp.h"
#include "nitro/types.h"