 |
Shiokaze Framework
A research-oriented fluid solver for computer graphics
|
|
Go to the documentation of this file.
25 #ifndef SHKZ_DEADLINE_H
26 #define SHKZ_DEADLINE_H
64 void add_deadline( std::string name,
int month,
int day );
83 std::vector<_deadline> m_deadlines;
void get_next_deadline(std::string &name, int &days) const
Get days until next closest deadline.
Class that tells you the next deadline.
Definition: deadline.h:52
#define SHKZ_BEGIN_NAMESPACE
Name space beggining definition for shiokaze.
Definition: common.h:39
void add_deadline(std::string name, int month, int day)
Add a new deadline.
#define SHKZ_END_NAMESPACE
Name space end definition for shiokaze.
Definition: common.h:44