Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99347705
marbled.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 23, 17:29
Size
320 B
Mime Type
text/x-c++
Expires
Sat, Jan 25, 17:29 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23752327
Attached To
rSYMKIT symkit
marbled.h
View Options
#ifndef MARBLED_H
#define MARBLED_H
#include "actors/decoration.h"
namespace models
{
class GLMarbled;
}
class Marbled : public Decoration
{
public:
/* Constructor and destructor */
Marbled(models::GLMarbled *);
~Marbled();
private:
static const symkit::color_s color;
};
#endif // MARBLED_H
Event Timeline
Log In to Comment