Skip to content

Commit

Permalink
chore: update include_all
Browse files Browse the repository at this point in the history
  • Loading branch information
KobeBryant114514 committed Jun 4, 2024
1 parent e897eca commit d33c5ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/GMLIB/include_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#pragma once
#include "GMLIB/GMLIB.h"
#include "GMLIB/Macros.h"
#include "GMLIB/Enum/DimensionNameFormat.h"
#include "GMLIB/Enum/FillMode.h"
#include "GMLIB/Enum/WeatherType.h"
#include "GMLIB/Event/Entity/ActorChangeDImensionEvent.h"
#include "GMLIB/Event/Entity/DeathMessageEvent.h"
#include "GMLIB/Event/Entity/DragonRespawnEvent.h"
Expand Down Expand Up @@ -62,3 +65,4 @@
#include "GMLIB/Server/UserCache.h"
#include "GMLIB/Server/FormAPI/NpcDialogueForm.h"
#include "GMLIB/Server/FormAPI/ServerSettingForm.h"
#include "GMLIB/Utils/StringUtils.h"
1 change: 1 addition & 0 deletions include/GMLIB/include_ll.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "ll/api/event/player/PlayerSprintEvent.h"
#include "ll/api/event/player/PlayerSwingEvent.h"
#include "ll/api/event/player/PlayerUseItemEvent.h"
#include "ll/api/event/player/PlayerUseItemOnEvent.h"
#include "ll/api/event/server/ServerStartedEvent.h"
#include "ll/api/event/server/ServerStoppingEvent.h"
#include "ll/api/event/server/ServiceEvents.h"
Expand Down

0 comments on commit d33c5ae

Please sign in to comment.