Advertisement
RiseVisual

functions.cpp

Mar 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include "functions.h"
  2. #include "set_clan_tag.h"
  3.  
  4.  
  5. void functions::init()
  6. {
  7. function_list["set_clan_tag"] = set_clan_tag;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement