Skip to content

Commit

Permalink
fix: includes due to API change
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Apr 13, 2024
1 parent 5c35133 commit 9832028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/example_plugin.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) 2024, The Endstone Project. (https://endstone.dev) All Rights Reserved.

#include "endstone/color_format.h"
#include "endstone/command/plugin_command.h"
#include "endstone/event/server/server_command_event.h"
#include "endstone/event/server/server_load_event.h"
#include "endstone/plugin/plugin.h"
#include "endstone/util/color_format.h"
#include "example_listener.h"
#include "fibonacci_command.h"

Expand Down

0 comments on commit 9832028

Please sign in to comment.