16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 08:09:19 +02:00

files missing from previous commit

fixes
version
This commit is contained in:
tmj-fstate
2018-06-15 18:56:50 +02:00
committed by milek7
parent db58ec131a
commit 8491c63f3c
10 changed files with 41 additions and 41 deletions

View File

@@ -16,6 +16,7 @@ http://mozilla.org/MPL/2.0/.
#include <ctime>
#include <vector>
#include <sstream>
#include "dumb3d.h"
/*rozne takie duperele do operacji na stringach w paszczalu, pewnie w delfi sa lepsze*/
/*konwersja zmiennych na stringi, funkcje matematyczne, logiczne, lancuchowe, I/O etc*/
@@ -300,4 +301,5 @@ nearest_segment_point( VecType_ const &Segmentstart, VecType_ const &Segmentend,
return c1 / c2;
}
//---------------------------------------------------------------------------
class cParser;
glm::dvec3 LoadPoint( cParser &Input );