mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
placeable resource deposits in the map editor
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef RESOURCE_DEPOSIT_H
|
||||
#define RESOURCE_DEPOSIT_H
|
||||
|
||||
#include "gameObject.h"
|
||||
|
||||
namespace battleship{
|
||||
class ResourceDeposit : public GameObject{
|
||||
public:
|
||||
ResourceDeposit(int, vb01::Vector3, vb01::Quaternion);
|
||||
void update();
|
||||
private:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user