25 lines
265 B
C++
25 lines
265 B
C++
//
|
|
// Created by Adniklastrator on 2015-10-22.
|
|
//
|
|
|
|
#ifndef CNEWWATERVOLUME_H
|
|
#define CNEWWATERVOLUME_H
|
|
|
|
#include "Core/Component.h"
|
|
|
|
namespace dd
|
|
{
|
|
|
|
namespace Components
|
|
{
|
|
|
|
struct NewWaterVolume : public Component
|
|
{
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif //DAYDREAM_NEWWATERVOLUME_H
|