Advertisement
Guest User

Functions.hpp

a guest
Nov 12th, 2016
1,272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     class Civilian {
  2.         file = "core\civilian";
  3.         class civLicenseShown {}; // ICI
  4.         class civShowLicense {}; // ICI
  5.     };
  6.  
  7.     class Cop {
  8.         file = "core\cop";
  9.         class copLicenseShown {}; // ICI
  10.         class copShowLicense {}; // ICI
  11.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement