diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-19 17:33:44 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-19 17:33:44 +0500 |
commit | bd49bd525f4c6c6c15c4142bf42d1dd38be6fc16 (patch) | |
tree | 9e69f473c34b53e9e57d8af1873c39698bf5c80e /libs/pwyazh/pwyazh.h |
initial commit
Diffstat (limited to 'libs/pwyazh/pwyazh.h')
-rw-r--r-- | libs/pwyazh/pwyazh.h | 23 |
1 files changed, 23 insertions, 0 deletions
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 <stdio.h> + +#include "v2f.h" +#include "v3f.h" +#include "v4f.h" +#include "mat4.h" + +#include "strings.h" + +#include "mesh.h" + +#endif /* PWYAZH_H */ |