Skip to content

Commit

Permalink
Update library.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
softbf395 authored Oct 11, 2024
1 parent 0bd0de4 commit bcc4df1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
#include <lualib.h> // Lua standard libraries
#include <lfs.h> // LuaFileSystem for file handling
#include <ssl.h> // SSL library for encryption
#include <sql.h> // SQL library (for database access, if needed)
#include <json.h> // JSON library (if you need to handle JSON)
#include <zip.h> // Zip library (if you need zip functionalities)
#include <ext.h> // External library (if you have a custom extension)
#include <python.h> // Python library (if you're embedding Python)
#include <libcrypto.h> // OpenSSL crypto functions (if needed)

extern "C" int luaopen_mylibrary(lua_State *L) {
// Load LuaFileSystem
Expand Down

0 comments on commit bcc4df1

Please sign in to comment.