Skeleton MessageRelay

This commit is contained in:
2014-04-22 19:14:09 +02:00
parent 84d6911744
commit 1e2f7fdd5c
4 changed files with 66 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef GUI_Frame_h__
#define GUI_Frame_h__
namespace GUI
{
class Frame
{
};
}
#endif // GUI_Frame_h__