9 lines
114 B
C++
9 lines
114 B
C++
#ifndef PHYSICS_HH_INCLUDED
|
|
#define PHYSICS_HH_INCLUDED
|
|
|
|
class Physics {
|
|
public:
|
|
Physics();
|
|
};
|
|
#endif
|