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