-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
30 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#pragma once | ||
|
||
#include "base/panic.h" | ||
|
||
#define IM_ASSERT(EXPR) CTASSERT(EXPR) | ||
|
||
#if CTU_PARANOID | ||
# define IMGUI_DEBUG_PARANOID | ||
#endif | ||
|
||
#if CTU_STB_SPRINTF | ||
# define IMGUI_USE_STB_SPRINTF | ||
# define IMGUI_DISABLE_STB_SPRINTF_IMPLEMENTATION | ||
#endif | ||
|
||
#define IMGUI_DISABLE_OBSOLETE_FUNCTIONS | ||
#define IMGUI_DISABLE_OBSOLETE_KEYIO | ||
#define IMGUI_DEFINE_MATH_OPERATORS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.