Adding work-in-progress for the new QGraphicsScene-based chatview.
[quassel.git] / src / common / global.h
index fd285ca..6da6103 100644 (file)
@@ -38,6 +38,8 @@
 
 typedef uint UserId;
 typedef uint MsgId;
+typedef uint BufferId;
+typedef uint NetworkId;
 
 namespace Global {
   enum RunMode { Monolithic, ClientOnly, CoreOnly };