]> git.localhorst.tv Git - blobs.git/blobdiff - src/app/Assets.hpp
more orbits and stuff
[blobs.git] / src / app / Assets.hpp
index ed3c2e2605d8dd6bda3c16f0d4962d34fcfb1fd7..c80726a07c05adbd50058e6a41d6eea65e18cca9 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "../graphics/ArrayTexture.hpp"
 #include "../graphics/PlanetSurface.hpp"
+#include "../graphics/SunSurface.hpp"
 
 
 namespace blobs {
@@ -16,6 +17,7 @@ struct Assets {
 
        struct {
                graphics::PlanetSurface planet_surface;
+               graphics::SunSurface sun_surface;
        } shaders;
 
        Assets();