mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix next, prev
This commit is contained in:
parent
e9910b090d
commit
cdb10c0fbe
6 changed files with 221 additions and 5 deletions
7
sprout/darkroom/objects/polygon.hpp
Normal file
7
sprout/darkroom/objects/polygon.hpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef SPROUT_DARKROOM_OBJECTS_POLYGON_HPP
|
||||
#define SPROUT_DARKROOM_OBJECTS_POLYGON_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/darkroom/objects/polygon/triangle.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_DARKROOM_OBJECTS_POLYGON_HPP
|
Loading…
Add table
Add a link
Reference in a new issue