Skip to content

Commit

Permalink
add mention of PluginLua.h in skeleton.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ab9rf committed Jan 1, 2025
1 parent 70d99c0 commit 19c0c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/examples/skeleton.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
#include "Debug.h"
#include "MemAccess.h"
#include "PluginManager.h"
// this include is only required if the plugin is going to bind to Lua
// events, functions, or commands
#include "PluginLua.h"

#include "modules/Gui.h"
#include "modules/Persistence.h"
Expand Down

0 comments on commit 19c0c01

Please sign in to comment.