forked from themrdemonized/xray-monolith
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlender_Particle.h
More file actions
27 lines (21 loc) · 817 Bytes
/
Blender_Particle.h
File metadata and controls
27 lines (21 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Blender_Screen_SET.h: interface for the Blender_Screen_SET class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BLENDER_SCREEN_SET_H__A215FA40_D885_4D06_9032_ED934AE295E3__INCLUDED_P)
#define AFX_BLENDER_SCREEN_SET_H__A215FA40_D885_4D06_9032_ED934AE295E3__INCLUDED_P
#pragma once
class CBlender_Particle : public IBlender
{
xrP_TOKEN oBlend;
xrP_Integer oAREF;
xrP_BOOL oClamp;
public:
virtual LPCSTR getComment() { return "particles"; }
virtual BOOL canBeLMAPped() { return FALSE; }
virtual void Save(IWriter& fs);
virtual void Load(IReader& fs, u16 version);
virtual void Compile(CBlender_Compile& C);
CBlender_Particle();
virtual ~CBlender_Particle();
};
#endif // !defined(AFX_BLENDER_SCREEN_SET_H__A215FA40_D885_4D06_9032_ED934AE295E3__INCLUDED_P)