commit project files

This commit is contained in:
2024-11-26 15:46:22 +01:00
parent 91c3fa4e51
commit 8a9d42c793
13 changed files with 5575 additions and 0 deletions

11
szescian.h Normal file
View File

@@ -0,0 +1,11 @@
#pragma once
class szescian
{
private:
float c_x{0};
float c_y{0};
float c_z{0};
public:
void create(float x, float y, float z, float KRAWEDZ);
};