mm: core: add iterator class
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
#ifndef BLUE_CORE_ITERATOR_HPP_
|
||||||
|
#define BLUE_CORE_ITERATOR_HPP_
|
||||||
|
|
||||||
|
#include <blue/core/object.hpp>
|
||||||
|
|
||||||
|
namespace blue::core
|
||||||
|
{
|
||||||
|
class iterator : public object
|
||||||
|
{
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
#include <blue/core/iterator.hpp>
|
||||||
Reference in New Issue
Block a user