mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
10 lines
162 B
C
10 lines
162 B
C
#ifndef JGEOMETRY_H
|
|
#define JGEOMETRY_H
|
|
|
|
#include "JSystem/JGeometry/Vec.h"
|
|
#include "JSystem/JGeometry/Box.h"
|
|
#include "JSystem/JGeometry/Util.h"
|
|
#endif
|
|
|
|
#endif
|