mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2025-03-02 06:53:27 +00:00
11 lines
115 B
C
11 lines
115 B
C
|
|
||
|
class idJellyPoint : public idEntity
|
||
|
{
|
||
|
public:
|
||
|
CLASS_PROTOTYPE( idJellyPoint );
|
||
|
|
||
|
void Spawn( void );
|
||
|
|
||
|
|
||
|
};
|