Convert rlImGui to C
This commit is contained in:
@@ -31,7 +31,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "raylib.h"
|
||||
#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
||||
#include "cimgui.h"
|
||||
|
||||
#define NO_FONT_AWESOME
|
||||
#ifndef NO_FONT_AWESOME
|
||||
#include "extras/IconsFontAwesome6.h"
|
||||
#define FONT_AWESOME_ICON_SIZE 11
|
||||
@@ -169,7 +172,7 @@ bool rlImGuiImageButton(const char* name, const Texture* image);
|
||||
/// <param name="image">The texture to draw</param>
|
||||
/// <param name="size">The size of the button/param>
|
||||
/// <returns>True if the button was clicked</returns>
|
||||
bool rlImGuiImageButtonSize(const char* name, const Texture* image, struct ImVec2 size);
|
||||
bool rlImGuiImageButtonSize(const char* name, const Texture* image, ImVec2 size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user