wsparcie dla visual studio, lekkie uprzątnięcie kodu

This commit is contained in:
2024-11-27 23:35:34 +01:00
parent 74256cf14b
commit bab9ab751c
451 changed files with 149074 additions and 129 deletions

View File

@@ -1,4 +1,8 @@
#pragma once
#include <windows.h>
#include <gl\gl.h>
#include <gl\glu.h>
class szescian
{
private:
@@ -7,5 +11,4 @@ class szescian
float c_z{0};
public:
void create(float x, float y, float z, float KRAWEDZ);
};
};