massive cleaning of file section headers
[physics.git] / src / Effects / Screen.h
CommitLineData
2c18685d
PG
1#ifndef SCREEN_H
2#define SCREEN_H
3
2c18685d 4#include "Effect.h"
617dcc71
PG
5#include "../Vector2.h"
6
2c18685d
PG
7
8/// ***** Header Class *****
617dcc71 9
2c18685d
PG
10class Screen: public Effect
11{
12 public:
13 Screen();
14 ~Screen();
15
2c18685d 16 Vector2 velocityDelta(const PhysicsEntity*, float) const;
2c18685d
PG
17};
18
19#endif // SCREEN_H