kbf.h 156 B

123456789101112
  1. #ifndef KBF_H
  2. #define KBF_H
  3. #include <string>
  4. namespace kbf {
  5. typedef const char *const Tag;
  6. void sleep(uint32_t milliseconds);
  7. }
  8. #endif //KBF_H