-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfunctions.hpp
More file actions
76 lines (76 loc) · 2.02 KB
/
functions.hpp
File metadata and controls
76 lines (76 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
class smm{
class garbage_collector{
file = "smm_garbage_collector\functions";
#include "smm_garbage_collector\functions\garbage_collector_functions.hpp"
};
class gear{
file = "smm_gear\functions";
#include "smm_gear\functions\gear_functions.hpp"
};
class helpers{
file = "smm_helpers\functions";
#include "smm_helpers\functions\helper_functions.hpp"
};
//helper
class macros{
file = "smm_macros\functions";
#include "smm_macros\functions\macros_functions.hpp"
};
//marker_tracker
class medic{
file = "smm_medic\functions";
#include "smm_medic\functions\medic_functions.hpp"
};
class money{
file = "smm_money\functions";
#include "smm_money\functions\money_functions.hpp"
};
class repair{
file ="smm_repair\functions";
#include "smm_repair\functions\repair_functions.hpp"
};
class save{
file = "smm_save\functions";
#include "smm_save\functions\save_functions.hpp"
};
class shop{
file = "smm_shop\functions";
#include "smm_shop\functions\shop_functions.hpp"
};
class spawner{
file = "smm_spawner\functions";
#include "smm_spawner\functions\spawner_functions.hpp"
};
class thermal_blocker{
file = "smm_thermal_blocker\functions";
#include "smm_thermal_blocker\functions\thermal_blocker_functions.hpp"
};
class tickets{
file = "smm_tickets\functions";
#include "smm_tickets\functions\ticket_functions.hpp"
};
class oo{
file = "smm_oo\functions";
#include "smm_oo\functions\oo_functions.hpp"
};
class curator{
file = "smm_curator\functions";
#include "smm_curator\functions\curator_functions.hpp"
};
class visualizer{
file = "smm_visualizer\functions";
#include "smm_visualizer\functions\visualizer_functions.hpp"
};
class ai{
file = "smm_ai\functions";
#include "smm_ai\functions\ai_functions.hpp"
};
class perks{
file = "smm_perks\functions";
#include "smm_perks\functions\perks_functions.hpp"
};
class virtualshop{
file = "smm_virtualshop\functions";
#include "smm_virtualshop\functions\functions.hpp"
};
};