Skip to content

Commit

Permalink
Comments (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Apr 25, 2018
1 parent eb1c36f commit 27ac9f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ac9f4

Please # to comment.