forked from Mirror/GodMode9
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);
|