refactor process.c

- include api.h instead of individual #includes
- moved metatable name to API_TYPE_PROCESS
- moved read buffer size to READ_BUF_SIZE
This commit is contained in:
takase1121
2021-07-15 18:01:24 -04:00
committed by Adam Harrison
parent c41747c8fb
commit 8bbb26a469
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@
#define API_TYPE_FONT "Font"
#define API_TYPE_REPLACE "Replace"
#define API_TYPE_PROCESS "Process"
void api_load_libs(lua_State *L);