From 5c2677df733fc7f8a5d12ae3d0e1e648566db2bb Mon Sep 17 00:00:00 2001 From: gramanas Date: Fri, 14 Jun 2024 00:10:58 +0300 Subject: VMA initial integration --- src/cplusplus.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cplusplus.h') diff --git a/src/cplusplus.h b/src/cplusplus.h index 23d6a87..31c6fcd 100644 --- a/src/cplusplus.h +++ b/src/cplusplus.h @@ -2,7 +2,7 @@ #define CPLUSPLUS_H //#undef VKSETUP_IMPLEMENTATION -#include "vksetup.h" +#include "vksetup.h" #ifdef __cplusplus extern "C" { @@ -11,7 +11,7 @@ extern "C" { // cpp funcs void imgui_destroy(vks_context vk); -void init_imgui(vks_context vk); +void init_imgui(vks_context *vk); bool imgui_proc_event(SDL_Event* e); -- cgit v1.2.3