diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-02 15:58:17 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-02 15:58:17 +0100 |
commit | dd3fccac307527d3b1285f6ac7966b6d527627cb (patch) | |
tree | c36ec2e12fa78d015731fd715f078fbfaf7f950b /src/core/managed/Events.cpp | |
parent | 7bca3d7e34ca5c2b1e939a001229c04fe6b6bde0 (diff) |
Added new header containing definitions for the event system
Diffstat (limited to 'src/core/managed/Events.cpp')
-rw-r--r-- | src/core/managed/Events.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/core/managed/Events.cpp b/src/core/managed/Events.cpp new file mode 100644 index 0000000..6036e9d --- /dev/null +++ b/src/core/managed/Events.cpp @@ -0,0 +1,23 @@ +/* + Ousía + Copyright (C) 2014, 2015 Benjamin Paaßen, Andreas Stöckel + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#include "Events.hpp" + +namespace ousia { +} + |