remove implicit stdafx inclusion from Client

This commit is contained in:
Tropical
2026-03-31 15:33:45 -05:00
parent 1a2cfd5199
commit 6ef973ef8b
39 changed files with 90 additions and 318 deletions

View File

@@ -7,6 +7,7 @@
#include "TutorialEnum.h"
#include <cstdint>
#include <unordered_map>
// #define TUTORIAL_HINT_DELAY_TIME 14000 // How long we should wait from
// displaying one hint to the next #define TUTORIAL_DISPLAY_MESSAGE_TIME 7000
@@ -17,8 +18,10 @@
// // 0-24000
// #define TUTORIAL_FREEZE_TIME_VALUE 8000
class UIScene;
class Level;
class CXuiScene;
class Player;
class Tutorial {
public: