mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-21 19:51:04 +00:00
10 lines
115 B
C++
10 lines
115 B
C++
|
|
class idJellyPoint : public idEntity
|
|
{
|
|
public:
|
|
CLASS_PROTOTYPE( idJellyPoint );
|
|
|
|
void Spawn( void );
|
|
|
|
|
|
};
|