Got the refactor building
This commit is contained in:
14
lib/Board/Cube.h
Normal file
14
lib/Board/Cube.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @file Cube.h
|
||||
* @brief An object to store the data of one cube
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Vector3D.h"
|
||||
|
||||
class Cube{
|
||||
public:
|
||||
V3D color;
|
||||
bool isOccupied{false};
|
||||
};
|
||||
Reference in New Issue
Block a user