raylib-cpp progress
This commit is contained in:
11
include/td/render/RayGui.h
Normal file
11
include/td/render/RayGui.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
// extern "C" {
|
||||
// #include <raygui.h>
|
||||
// }
|
||||
|
||||
extern "C" {
|
||||
#include <rlImGui.h>
|
||||
}
|
||||
|
||||
#include <imgui.h>
|
||||
Reference in New Issue
Block a user