mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 15:49:18 +02:00
Cleaning up after __fastcall remove.
Cleaning up project after remove _fastcall. Project now buildable.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "Spring.h"
|
||||
#include "Usefull.h"
|
||||
|
||||
__fastcall TSpring::TSpring()
|
||||
TSpring::TSpring()
|
||||
{
|
||||
vForce1 = vForce2 = vector3(0, 0, 0);
|
||||
Ks = 0;
|
||||
@@ -17,7 +17,7 @@ __fastcall TSpring::TSpring()
|
||||
restLen = 0;
|
||||
}
|
||||
|
||||
__fastcall TSpring::~TSpring() {}
|
||||
TSpring::~TSpring() {}
|
||||
|
||||
void TSpring::Init(double nrestLen, double nKs, double nKd)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user