Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99473864
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
Fri, Jan 24, 21:11
Size
320 B
Mime Type
text/x-c++
Expires
Sun, Jan 26, 21:11 (2 d)
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