]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/items/item/powerup.qh
Merge branch 'terencehill/shuffleteams_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / item / powerup.qh
1 #ifndef POWERUP_H
2 #define POWERUP_H
3 #include "pickup.qh"
4 CLASS(Powerup, Pickup)
5 ENDCLASS(Powerup)
6
7 #ifdef SVQC
8 // For FL_POWERUP
9 #include "../../../server/constants.qh"
10 #endif
11
12 #endif