From bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 19 Jan 2025 17:33:44 +0500 Subject: initial commit --- libs/pwyazh/pwyazh.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libs/pwyazh/pwyazh.h (limited to 'libs/pwyazh/pwyazh.h') diff --git a/libs/pwyazh/pwyazh.h b/libs/pwyazh/pwyazh.h new file mode 100644 index 0000000..0eede02 --- /dev/null +++ b/libs/pwyazh/pwyazh.h @@ -0,0 +1,23 @@ +#ifndef PWYAZH_H +#define PWYAZH_H + +#include "types.h" + +#include "macros.h" + +#include "memory.h" + +#include "numeric.h" + +#include + +#include "v2f.h" +#include "v3f.h" +#include "v4f.h" +#include "mat4.h" + +#include "strings.h" + +#include "mesh.h" + +#endif /* PWYAZH_H */ -- cgit v1.2.3