mirror of
https://github.com/zeldaret/ss
synced 2026-05-26 07:38:54 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
10 lines
212 B
C
10 lines
212 B
C
#ifndef NW4R_PUBLIC_MATH_H
|
|
#define NW4R_PUBLIC_MATH_H
|
|
|
|
#include "nw4r/math/math_arithmetic.h"
|
|
#include "nw4r/math/math_geometry.h"
|
|
#include "nw4r/math/math_triangular.h"
|
|
#include "nw4r/math/math_types.h"
|
|
|
|
#endif
|