]> icculus.org git repositories - divverent/nexuiz.git/blob - data/source/control/window/eventwindow.qc
restructure
[divverent/nexuiz.git] / data / source / 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 };