]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/menu/control/window/eventwindow.qc
I did not want to do that. Sorry, disk space. Some admin better get rid of that mess.
[divverent/nexuiz.git] / data / qcsrc / menu / control / window / eventwindow.qc
1 // DP/Nex Menu
2 // control/window/eventwindow.qc
3
4 void() Item_EventWindow_Spawn =
5 {
6         Item_Window_Spawn();
7
8         self._destroy = CtCall_Destroy;
9         self._reinit = CtCall_Reinit;
10         self._update = CtCall_Update;
11
12         CtCall_Init();
13 };