hydrobricks
Loading...
Searching...
No Matches
SnowContainer.h
1#ifndef HYDROBRICKS_SNOW_CONTAINER_H
2#define HYDROBRICKS_SNOW_CONTAINER_H
3
4#include "Includes.h"
5#include "WaterContainer.h"
6
7class Brick;
8
10 public:
11 SnowContainer(Brick* brick);
12
13 protected:
14 private:
15};
16
17#endif // HYDROBRICKS_SNOW_CONTAINER_H
Definition Brick.h:10
Definition SnowContainer.h:9
Definition WaterContainer.h:9