1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
#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" #endif /* PWYAZH_H */