added imgui to the template

This commit is contained in:
2026-02-26 18:29:40 +00:00
parent 52c70961c3
commit 2364038c5c
7 changed files with 86 additions and 20 deletions
+13
View File
@@ -0,0 +1,13 @@
#pragma once
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef __cplusplus
extern "C" {
#endif
char* readFile(const char* filePath);
#ifdef __cplusplus
}
#endif