add guide

This commit is contained in:
ben de roo
2026-09-06 21:30:55 +02:00
parent 3a2a671325
commit f6f1988943
22 changed files with 485 additions and 79 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include <glm/glm.hpp>
#include <string>
namespace planetarium {
namespace engine {
// -----------------------------------------------------------------------
// Shader
@@ -42,4 +42,4 @@ private:
GLint locationOf(const std::string& name) const;
};
} // namespace planetarium
} // namespace engine