Advertisement
Vultraz

Untitled

Sep 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. template<>
  2. struct twrapper<gui2::teditor_edit_side>
  3. {
  4. team t;
  5. editor::editor_team_info info(t, 1);
  6.  
  7. gui2::teditor_edit_side* create()
  8. {
  9. return new gui2::teditor_edit_side(info);
  10. }
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement