libkipr  1.0.0
console.hpp
Go to the documentation of this file.
1 
8 #ifndef _KIPR_CONSOLE_CONSOLE_HPP_
9 #define _KIPR_CONSOLE_CONSOLE_HPP_
10 
11 #include "kipr/export/export.h"
12 
13 namespace kipr
14 {
15  namespace console
16  {
23  {
24  public:
28  static void clear();
29  };
30  }
31 }
32 
33 
34 #endif
Definition: console.hpp:23
#define EXPORT_SYM
Definition: export.h:7
Definition: accel.hpp:7