mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 09:21:54 +00:00
60007652a3
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@21 67975925-1194-0748-b3d5-c16f83f1a3a1
17 lines
402 B
C++
17 lines
402 B
C++
#ifndef AVH_PARTICLETEMPLATECLIENT_H
|
|
#define AVH_PARTICLETEMPLATECLIENT_H
|
|
|
|
#include "mod/AvHParticleTemplate.h"
|
|
|
|
class AvHParticleTemplateListClient : public AvHParticleTemplateList
|
|
{
|
|
public:
|
|
int InitializeDemoPlayback(int inSize, unsigned char* inBuffer);
|
|
void InitializeDemoRecording() const;
|
|
void Insert(const AvHParticleTemplate& inTemplate);
|
|
|
|
private:
|
|
|
|
};
|
|
|
|
#endif
|