Enigma  3.2.0
A Simple, Reliable and Efficient Encryption Tool
ImGuiRenderer.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef ENIGMA_IMGUI_RENDERER_H
3 #define ENIGMA_IMGUI_RENDERER_H
4 
5 #include <Core/Core.hpp>
6 
14  public:
19 
24 
26  void Begin();
27 
29  void End();
30 };
31 
33 
34 #endif // !ENIGMA_IMGUI_RENDERER_H
#define NS_ENIGMA_BEGIN
Enable/Disable Assertions.
Definition: Macros.hpp:13
#define NS_ENIGMA_END
Definition: Macros.hpp:14