FIRST QuasselTopia version that actually has a chatwidget that _looks_ like
[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 };