Edit

kc3-lang/SDL/Xcode-iOS/Demos/src/common.h

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2020-11-06 13:03:07
    Hash : 1bd4b7fd
    Message : Updated iOS tests and demos for latest SDL linking requirements

  • Xcode-iOS/Demos/src/common.h
  • /*
     *  common.h
     *  written by Holmes Futrell
     *  use however you want
     */
    
    extern int randomInt(int min, int max);
    extern float randomFloat(float min, float max);
    extern void fatalError(const char *string);
    extern double updateDeltaTime(void);