mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-25 21:22:47 +00:00
6 lines
98 B
C
6 lines
98 B
C
|
#pragma once
|
||
|
#include "gm9lua.h"
|
||
|
|
||
|
#define GM9LUA_OSLIBNAME "os"
|
||
|
|
||
|
int gm9lua_open_os(lua_State* L);
|