SAMP Gitlab CI Test
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
350 B

  1. /* Date/time functions
  2. *
  3. * (c) Copyright 2001-2005, ITB CompuPhase
  4. * This file is provided as is (no warranties).
  5. */
  6. #if defined _time_included
  7. #endinput
  8. #endif
  9. #define _time_included
  10. #pragma library Time
  11. native gettime(&hour=0, &minute=0, &second=0);
  12. native getdate(&year=0, &month=0, &day=0);
  13. native tickcount(&granularity=0);