chore: main cleanup in new files
This commit is contained in:
8
Physics.h
Normal file
8
Physics.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include "Global.h"
|
||||
|
||||
// Funkcje fizyki
|
||||
bool CheckFenceCollision(float rXMin, float rXMax, float rZMin, float rZMax, const Plot& plot);
|
||||
bool CheckAllFencesCollision(float rXMin, float rXMax, float rZMin, float rZMax, const std::vector<Plot>& fences);
|
||||
void UpdateRover(const std::vector<Plot>& fences);
|
||||
Reference in New Issue
Block a user