~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to core/Engine.hpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-10-20 21:31:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20141020213137-wt0doalgtw493ohd
Tags: 1.12.0-1
* [3bba065] Imported Upstream version 1.12.0. (Closes: #763259)
* [1ac4c00] Remove patch applied by upstream.
* [0b5f802] Set Standards-Version: 3.9.6. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
#pragma once
12
12
 
13
 
#include<yade/lib/serialization/Serializable.hpp>
14
 
#include<yade/core/Omega.hpp>
15
 
#include<yade/core/Timing.hpp>
16
 
#include<yade/lib/base/Logging.hpp>
 
13
#include<lib/serialization/Serializable.hpp>
 
14
#include<core/Omega.hpp>
 
15
#include<core/Timing.hpp>
 
16
#include<lib/base/Logging.hpp>
17
17
 
18
18
class Body;
19
19
class Scene;