#include <list>
#include "geo_line.hpp"
#include "geo_point.hpp"
#include <boost/shared_ptr.hpp>
#include "../ui/drawing_context.hpp"
Go to the source code of this file.
Classes | |
class | kernel_fassade |
The fassade-pattern, as a singleton. Controls the acess to the kernel. More... | |
Typedefs | |
typedef boost::shared_ptr< geo_point > | geo_point_ref |
typedef boost::shared_ptr< geo_line > | geo_line_ref |
|
Definition at line 31 of file kernel_fassade.hpp. |
|
Definition at line 30 of file kernel_fassade.hpp. |