Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/include/world.h

8 lines
77 B
C
Raw Normal View History

2018-10-16 08:49:25 -04:00
#pragma once
2018-12-19 12:19:52 -05:00
#include <glm/glm.hpp>
2018-10-16 08:49:25 -04:00
2018-12-19 12:19:52 -05:00
struct World {
glm::vec3 color;
2018-10-16 08:49:25 -04:00
};