mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
9 lines
150 B
C
9 lines
150 B
C
#ifndef NITRO_CP_H_
|
|
#define NITRO_CP_H_
|
|
|
|
#include <nitro/cp/context.h>
|
|
#include <nitro/cp/divider.h>
|
|
#include <nitro/cp/sqrt.h>
|
|
|
|
#endif //NITRO_CP_H_
|