Effects changed to delta system
[physics.git] / src / Effects / Effect.cpp
1 #include "Effect.h"
2
3 Effect::Effect()
4 {
5
6 }
7
8 Effect::~Effect()
9 {
10
11 }