mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-14 00:20:22 +00:00
13 lines
268 B
C
13 lines
268 B
C
#ifndef NITRO_FX_H_
|
|
#define NITRO_FX_H_
|
|
|
|
#include <nitro/fx/fx.h>
|
|
#include <nitro/fx/fx_trig.h>
|
|
#include <nitro/fx/fx_mtx22.h>
|
|
#include <nitro/fx/fx_mtx33.h>
|
|
#include <nitro/fx/fx_mtx43.h>
|
|
#include <nitro/fx/fx_vec.h>
|
|
#include <nitro/fx/fx_cp.h>
|
|
|
|
#endif //NITRO_FX_H_
|