started random algorithm. problem with funciton separation between properties and layer
This commit is contained in:
		@@ -2,8 +2,7 @@
 | 
			
		||||
// Created by mpapa on 05.12.2017.
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef SOURCE_DESTRUCTIONPOWER_H
 | 
			
		||||
#define SOURCE_DESTRUCTIONPOWER_H
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#define DESTRUCTION_COUNT 1
 | 
			
		||||
 | 
			
		||||
@@ -27,5 +26,3 @@ public:
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#endif //SOURCE_DESTRUCTIONPOWER_H
 | 
			
		||||
 
 | 
			
		||||
@@ -14,10 +14,7 @@ class DestructionPower_Properties
 | 
			
		||||
{
 | 
			
		||||
public:
 | 
			
		||||
    explicit DestructionPower_Properties();
 | 
			
		||||
    map<int,float> getSpeedTable()
 | 
			
		||||
    {
 | 
			
		||||
        return SpeedTable;
 | 
			
		||||
    }
 | 
			
		||||
    map<int,float> getSpeedTable() {return SpeedTable;}
 | 
			
		||||
    void setSpeedTable();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user