-
-
Notifications
You must be signed in to change notification settings - Fork 14
I need a random number or tick #33
Open
Description
#ifndef {{CLASSNAMEUPPER}}_{{RANDOMNUMBER}}H
#define {{CLASSNAMEUPPER}}{{RANDOMNUMBER}}_H
#pragma once
// {{CURRENTDATETIME}}
namespace VRczColor
{
class {{CLASSNAME}}
{
public:
{{CLASSNAME}}();
~{{CLASSNAME}}();
private:
};
}
#endif
Metadata
Metadata
Assignees
Labels
No labels