remove types.h, and start using intdef.h

This commit is contained in:
2025-08-08 12:37:31 +02:00
parent bdf4d7b22b
commit 5c57a77ad4
7 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
#include <stdint.h>
#include "../error.h"
#include "../util/types.h"
#include "../util/intdef.h"
#include "shader.h"
#define VERTC 3