mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(ui): tweak style
This commit is contained in:
parent
6dd15ed2cf
commit
c0ec4aed44
@ -1047,7 +1047,7 @@ const char* FrameScript_Sprintf(lua_State* L, int32_t idx, char buffer[], uint32
|
||||
return buffer;
|
||||
}
|
||||
|
||||
void FrameScript_UnregisterFunction(char const* name) {
|
||||
void FrameScript_UnregisterFunction(const char* name) {
|
||||
auto L = FrameScript::s_context;
|
||||
|
||||
lua_pushnil(L);
|
||||
|
||||
@ -99,7 +99,7 @@ void FrameScript_SignalEvent(uint32_t index, const char* format, ...);
|
||||
|
||||
const char* FrameScript_Sprintf(lua_State* L, int32_t idx, char buffer[], uint32_t bufferLen);
|
||||
|
||||
void FrameScript_UnregisterFunction(char const* name);
|
||||
void FrameScript_UnregisterFunction(const char* name);
|
||||
|
||||
void FrameScript_UnregisterScriptEvent(FrameScript_Object* object, FrameScript_EventObject* event);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user