mirror of
https://github.com/encounter/mkdd.git
synced 2026-03-30 11:30:02 -07:00
11 lines
243 B
C
11 lines
243 B
C
#ifndef JGEOMETRY_PUBLIC_H
|
|
#define JGEOMETRY_PUBLIC_H
|
|
|
|
#include <JSystem/JGeometry/Vec.h>
|
|
#include <JSystem/JGeometry/Quat.h>
|
|
#include <JSystem/JGeometry/Matrix.h>
|
|
#include <JSystem/JGeometry/Box.h>
|
|
#include <JSystem/JGeometry/Util.h>
|
|
|
|
#endif
|