pokeheartgold/lib/include/nitro/fx.h

13 lines
268 B
C
Raw Normal View History

2022-01-10 01:54:32 +00:00
#ifndef NITRO_FX_H_
#define NITRO_FX_H_
#include <nitro/fx/fx.h>
2022-01-10 21:40:39 +00:00
#include <nitro/fx/fx_trig.h>
2022-01-11 15:08:35 +00:00
#include <nitro/fx/fx_mtx22.h>
#include <nitro/fx/fx_mtx33.h>
2022-03-29 22:30:36 +00:00
#include <nitro/fx/fx_mtx43.h>
2022-03-31 14:51:03 +00:00
#include <nitro/fx/fx_vec.h>
2023-07-09 08:34:05 +00:00
#include <nitro/fx/fx_cp.h>
2022-01-10 01:54:32 +00:00
#endif //NITRO_FX_H_