mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
15 lines
316 B
C++
15 lines
316 B
C++
/**
|
|
* @file index.hpp
|
|
* @brief Barrel include for Lua script operations
|
|
*/
|
|
#ifndef DBAL_LUA_SCRIPT_INDEX_HPP
|
|
#define DBAL_LUA_SCRIPT_INDEX_HPP
|
|
|
|
#include "create_lua_script.hpp"
|
|
#include "get_lua_script.hpp"
|
|
#include "update_lua_script.hpp"
|
|
#include "delete_lua_script.hpp"
|
|
#include "list_lua_scripts.hpp"
|
|
|
|
#endif
|