pmd-sky/lib/include/nitro/fx.h
AnonymousRandomPerson 608e361e57 Initialized base repo
2023-06-28 23:35:19 -04:00

12 lines
240 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>
#endif //NITRO_FX_H_