mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-09 19:38:30 +01:00
add cimgui.h include guards
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
||||||
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
||||||
|
|
||||||
#include "./imgui/imgui.h"
|
#include "./imgui/imgui.h"
|
||||||
#include "cimgui.h"
|
#include "cimgui.h"
|
||||||
|
|
||||||
|
3
cimgui.h
3
cimgui.h
@@ -1,5 +1,7 @@
|
|||||||
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
||||||
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
||||||
|
#ifndef CIMGUI_INCLUDED
|
||||||
|
#define CIMGUI_INCLUDED
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if defined _WIN32 || defined __CYGWIN__
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
@@ -1444,6 +1446,7 @@ CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();
|
|||||||
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
||||||
|
#endif //CIMGUI_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
|
#ifndef CIMGUI_INCLUDED
|
||||||
|
#define CIMGUI_INCLUDED
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if defined _WIN32 || defined __CYGWIN__
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
@@ -85,6 +86,7 @@ CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();
|
|||||||
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
||||||
|
#endif //CIMGUI_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -94,7 +94,8 @@ local cimgui_overloads = {
|
|||||||
--------------------------header definitions
|
--------------------------header definitions
|
||||||
local cimgui_header =
|
local cimgui_header =
|
||||||
[[//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
[[//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
||||||
//based on imgui.h file version XXX from Dear ImGui https://github.com/ocornut/imgui]]
|
//based on imgui.h file version XXX from Dear ImGui https://github.com/ocornut/imgui
|
||||||
|
]]
|
||||||
local gdefines = {} --for FLT_MAX and others
|
local gdefines = {} --for FLT_MAX and others
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
--helper functions
|
--helper functions
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
||||||
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
||||||
|
|
||||||
#include "./imgui/imgui.h"
|
#include "./imgui/imgui.h"
|
||||||
#include "cimgui.h"
|
#include "cimgui.h"
|
||||||
|
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
//This file is automatically generated by generator.lua from https://github.com/cimgui/cimgui
|
||||||
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
//based on imgui.h file version "1.66" from Dear ImGui https://github.com/ocornut/imgui
|
||||||
|
#ifndef CIMGUI_INCLUDED
|
||||||
|
#define CIMGUI_INCLUDED
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if defined _WIN32 || defined __CYGWIN__
|
#if defined _WIN32 || defined __CYGWIN__
|
||||||
@@ -1444,6 +1446,7 @@ CIMGUI_API ImVector_ImWchar* ImVector_ImWchar_create();
|
|||||||
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_destroy(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_Init(ImVector_ImWchar* p);
|
||||||
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
CIMGUI_API void ImVector_ImWchar_UnInit(ImVector_ImWchar* p);
|
||||||
|
#endif //CIMGUI_INCLUDED
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user