diff options
Diffstat (limited to 'response.h')
-rw-r--r-- | response.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/response.h b/response.h deleted file mode 100644 index 0ef9fe3..0000000 --- a/response.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once - -#include <lua.h> - -int response_send(lua_State *, const int); |