mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-10 06:41:36 +00:00
20 lines
177 B
C++
20 lines
177 B
C++
|
|
||
|
#include "../idlib/precompiled.h"
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include "Game_local.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
CLASS_DECLARATION( idEntity, idJellyPoint )
|
||
|
|
||
|
|
||
|
END_CLASS
|
||
|
|
||
|
|
||
|
void idJellyPoint::Spawn( void )
|
||
|
{
|
||
|
|
||
|
}
|