David Blume commited on 2015-11-07 23:42:09 Showing 1 changed files, with 2 additions and 2 deletions.
@@ -1,10 +1,10 @@
#ifndef __widget_hpp
#define __widget_hpp
-#define WIDGET_ID 1
-
namespace UI {
+#define WIDGET_ID 1
+
int widget_cb();
}