diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-10-18 21:00:52 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-10-18 21:00:52 +0300 |
commit | 22128c747e0817f09c11b004016e6d7c518c1523 (patch) | |
tree | 315ad3ee75967504d318909e17c6f10091721d74 /src/common.c | |
parent | 9990c8d617d84e0d86ad680c39f648b0fab0906c (diff) |
swap chain support and minor reorganization
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c index 084c584..d3773c4 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,6 @@ #include <string.h> #include <errno.h> + #include "common.h" void *xmalloc(size_t size) |