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 37a4a42 commit cbf7918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <lauxlib.h> // Lua auxiliary functions
#include <lualib.h> // Lua standard libraries
#include <lfs.h> // LuaFileSystem for file handling
#include <ssl.h> // SSL library for encryption

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

0 comments on commit cbf7918

Please sign in to comment.