Base water set up
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#ifndef CWATERVOLUME_H
|
||||
#define CWATERVOLUME_H
|
||||
#include "Core/Component.h"
|
||||
|
||||
namespace dd
|
||||
{
|
||||
namespace Components
|
||||
{
|
||||
|
||||
struct WaterVolume : public Component
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user