DeerEngine/Deer/src/DeerRender/UIEngine/Functions/UIEngine_ButtonFunctions.h

9 lines
140 B
C++

#pragma once
#include <string>
namespace Deer {
namespace UIEngine {
// TO IMPLEMENT
bool button(std::string&);
}
}