This commit is contained in:
qwertzuiopy 2025-04-11 16:50:08 +02:00
parent 44b0181dbb
commit 39ee7c8c8a
10 changed files with 174 additions and 70 deletions

View file

@ -8,7 +8,7 @@
#include "paw_allocator.h"
#include "paw_da.h"
#include "vulkan.h"
#include "vulkan_helpers.c"
#include "vulkan_helpers.h"
struct Kitty *kitty_make(struct PawMem *mem) {
struct Kitty *kitty;