From 27ac9f4761075457dda1639fb76da4e540aeb2ed Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 25 Apr 2018 22:16:16 +0200 Subject: [PATCH] Comments (#1695) --- imconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/imconfig.h b/imconfig.h index 191807d6..6f839f31 100644 --- a/imconfig.h +++ b/imconfig.h @@ -8,6 +8,7 @@ // If you do so you need to make sure that configuration settings are defined consistently _everywhere_ dear imgui is used, which include // the imgui*.cpp files but also _any_ of your code that uses imgui. This is because some compile-time options have an affect on data structures. // Defining those options in imconfig.h will ensure every compilation unit gets to see the same data structure layouts. +// Call IMGUI_CHECKVERSION() from your .cpp files to verify that the data structures your files are using are matching the ones imgui.cpp is using. //----------------------------------------------------------------------------- #pragma once