pixled-lib  1.0
All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
time.h
1 #ifndef PIXLED_TIME_H
2 #define PIXLED_TIME_H
3 
4 #include "function.h"
5 
6 namespace pixled {
10  typedef unsigned long time;
11 }
12 #endif
Definition: animation.cpp:3
unsigned long time
Definition: time.h:10