Dodaj pliki projektów.

This commit is contained in:
Pc
2024-11-28 18:17:49 +01:00
parent 7e7c083809
commit b5356807ae
450 changed files with 139514 additions and 0 deletions

14
szescian.h Normal file
View File

@@ -0,0 +1,14 @@
#pragma once
#include <windows.h>
#include <gl\gl.h>
#include <gl\glu.h>
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);
};