mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
16 lines
No EOL
689 B
C++
16 lines
No EOL
689 B
C++
/* ------------------------------------------------------------------------------------
|
|
** -----------------------------------ThE OvErMInD-------------------------------------
|
|
** -- It's big, it's bad, it's back! --
|
|
** -- WARNING: This creature is subject to containment protocols I, II and IV -
|
|
** -- Please ensure all safety requirements are met -
|
|
** -- Thank-you! have a nice day. --
|
|
** --- Copyright(c)2000 By Dwarven Star Interactive Industrial Industry Enterprises ---
|
|
** ----------------------------------------------------------------------------------*/
|
|
|
|
// Prototypes
|
|
void (float team) SpawnOvermind;
|
|
|
|
void (float team) SpawnOvermind =
|
|
{
|
|
|
|
}; |