polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

hires.h (88B)


      1 
      2 #ifndef HIRES_H
      3 #define HIRES_H
      4 
      5 double hires_time_in_seconds();
      6 
      7 #endif /* HIRES_H */