fix next, prev

This commit is contained in:
bolero-MURAKAMI 2012-08-21 01:39:09 +09:00
commit cdb10c0fbe
6 changed files with 221 additions and 5 deletions

View 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