All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/system/delay.h
Go to the documentation of this file.
00001 #ifndef QRK_DELAY_H
00002 #define QRK_DELAY_H
00003 
00014 
00015 namespace qrk
00016 {
00022     extern void delay(int msec);
00023 }
00024 
00025 #endif /* !QRK_DELAY_H */