Manjaro working

This commit is contained in:
2021-10-16 17:15:20 +02:00
parent 909fa0c07b
commit 234f448eac
9 changed files with 25 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
//-----------------------------------------------------------------------------
#pragma once
#define IMGUI_IMPL_OPENGL_LOADER_GLAD
//---- Define assertion handler. Defaults to calling assert().
// If your macro uses multiple statements, make sure is enclosed in a 'do { .. } while (0)' block so it can be used as a single statement.
//#define IM_ASSERT(_EXPR) MyAssert(_EXPR)