mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
11 lines
230 B
C
11 lines
230 B
C
|
#pragma once
|
||
|
#include "gm9lua.h"
|
||
|
|
||
|
#define GM9LUA_UILIBNAME "ui"
|
||
|
|
||
|
void ShiftOutputBufferUp(void);
|
||
|
void ClearOutputBuffer(void);
|
||
|
void RenderOutputBuffer(void);
|
||
|
void WriteToOutputBuffer(char* text);
|
||
|
int gm9lua_open_ui(lua_State* L);
|