Skip to content

Commit bc4ad1c

Browse files
committed
v2.0.0
1 parent 90d058e commit bc4ad1c

20 files changed

+3616
-682
lines changed

makefile

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/CMakeLists.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,24 @@ add_definitions(-DSAMPGDK_AMALGAMATION)
1717

1818
add_samp_plugin(textdraw-streamer
1919
amxplugin.cpp
20+
compilation_date.hpp
21+
format.cpp
22+
format.hpp
2023
main.cpp
24+
natives.hpp
25+
natives_data.cpp
26+
natives_global.cpp
27+
natives_player.cpp
2128
plugin.h
29+
plugin_version.hpp
2230
plugincommon.h
2331
sampgdk.cpp
24-
sampgdk.h
32+
sampgdk.hpp
33+
service.cpp
34+
service.hpp
35+
slot_manager.cpp
36+
slot_manager.hpp
37+
textdraw_data.cpp
38+
textdraw_data.hpp
2539
textdraw-streamer.def
2640
)

0 commit comments

Comments
 (0)