stdint.h 109 B

1234567
  1. #ifndef _STDINT_H
  2. #define _STDINT_H
  3. // SDL config declares most stdint.h stuff...
  4. #include <cstdint>
  5. #endif