MiniDisplay.h
author sl
Sun, 29 Jun 2014 20:38:15 +0200
changeset 1 dd5eef0de75a
child 2 d8186e7b69bf
permissions -rw-r--r--
Adding CMake file.
     1 //
     2 //
     3 //
     4 
     5 #ifndef MINI_DISPLAY_H
     6 #define MINI_DISPLAY_H
     7 
     8 /**
     9 */
    10 class IMiniDisplay
    11 	{
    12 public:
    13 	
    14 	};
    15 
    16 
    17 /**
    18 */
    19 class MiniDisplay
    20 	{
    21 	static IMiniDisplay* Create();
    22 
    23 	};
    24 
    25 
    26 
    27 #endif
    28