]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/menudefs.qc
Update m_draw prototype in dpdefs.
[xonotic/darkplaces.git] / dpdefs / menudefs.qc
index ad7c1bd5659388f7b9bb65307ad5f55c610a950f..1f817cd2029de82d68bba5731993800a9d778ea0 100644 (file)
@@ -15,7 +15,7 @@ void          end_sys_fields;
 
 void() m_init;
 void(float keynr, float ascii) m_keydown;
-void() m_draw;
+void(float width, float height) m_draw;
 void(float mode) m_toggle;
 void() m_shutdown;
 // optional: float(float) m_gethostcachecategory;