Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
steam/mobject/builder/common.hpp
Go to the documentation of this file.
1/*
2 COMMON.hpp - common definitions for the Builder subsystem
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
14
21#ifndef MOBJECT_BUILDER_COMMON_H
22#define MOBJECT_BUILDER_COMMON_H
23
24#include "lib/error.hpp"
25#include "include/logging.h"
26
27namespace steam {
28namespace mobject {
29namespace builder {
30
31
32
33}}} // namespace mobject::builder
34#endif
Lumiera error handling (C++ interface).
This header is for including and configuring NoBug.
Steam-Layer implementation namespace root.