cleanup de fichiers en double

This commit is contained in:
MarcEricMartel
2023-09-29 12:04:08 -04:00
parent 180fd39f2e
commit 954b976f27
22 changed files with 287 additions and 3427 deletions

View File

@@ -1,9 +1,10 @@
#ifndef TRANSFORMATION_H__
#define TRANSFORMATION_H__
#include "matrix4.h"
#include "../SQCSim-common/vector3.h"
#include <stack>
#include "../SQCSim-common/matrix4.h"
#include "../SQCSim-common/vector3.h"
#include "define.h"
class Transformation
{