summaryrefslogtreecommitdiff
path: root/gmod/d3d_sprite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/d3d_sprite.cpp')
-rw-r--r--gmod/d3d_sprite.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/gmod/d3d_sprite.cpp b/gmod/d3d_sprite.cpp
new file mode 100644
index 0000000..8dd6705
--- /dev/null
+++ b/gmod/d3d_sprite.cpp
@@ -0,0 +1,13 @@
+#include "d3d_sprite.hpp"
+
+std::vector< d3d::c_sprite* > d3d::sprites;
+
+namespace icons
+{
+ d3d::c_sprite sprite_legit;
+ d3d::c_sprite sprite_visuals_;
+ d3d::c_sprite sprite_rage;
+ d3d::c_sprite sprite_visuals;
+ d3d::c_sprite sprite_misc;
+ d3d::c_sprite sprite_config;
+} \ No newline at end of file