2022-02-04 17:44:02 +00:00
|
|
|
package love.distributedrebirth.gdxapp;
|
2022-01-28 11:00:59 +00:00
|
|
|
|
|
|
|
import imgui.type.ImBoolean;
|
2022-02-04 13:39:25 +00:00
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
2022-01-28 11:00:59 +00:00
|
|
|
|
2022-02-04 13:39:25 +00:00
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-01-28 11:00:59 +00:00
|
|
|
public interface ImGuiRenderer {
|
|
|
|
|
|
|
|
void render(ImBoolean widgetOpen);
|
|
|
|
}
|