Fixed the trigger skeleton
This commit is contained in:
parent
2e472f8921
commit
81bead5a97
@ -1,7 +1,7 @@
|
||||
#include "trigger.hh"
|
||||
|
||||
Trigger::Trigger(std::vec<float> position, float distance, bool isBigger, objectIndex, int functionPointer) {
|
||||
|
||||
Trigger::Trigger(std::vector<float> position, float distance, bool isBigger, int objectIndex, int functionPointer) {
|
||||
|
||||
}
|
||||
|
||||
Trigger::Trigger(){
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
class Trigger {
|
||||
public:
|
||||
Trigger(std::vec<float> position, float distance, bool isBigger, objectIndex, int functionPointer);
|
||||
Trigger(std::vector<float> position, float distance, bool isBigger, int objectIndex, int functionPointer);
|
||||
Trigger();
|
||||
~Trigger();
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user