new post | browse code | authors | help | about

LuaBin 2.0

Viewing file root / lua / includes / compat.lua

  1. //======================================================//
  2. //  ___  ___   _   _   _    __   _   ___ ___ __ __
  3. // |_ _|| __| / \ | \_/ |  / _| / \ | o \ o \\ V /
  4. //  | | | _| | o || \_/ | ( |_n| o ||   /   / \ /
  5. //  |_| |___||_n_||_| |_|  \__/|_n_||_|\\_|\\ |_|  2007
  6. //                                                                               
  7. //     
  8. //      Backwards compatibility functions.
  9. //
  10. //=====================================================//
  11.  
  12. //
  13. // These functions have been moved from util to
  14. // pure globals. Use either way.
  15. //
  16.  
  17. if ( util ) then
  18. end
  19.