10 lines
83 B
C++
10 lines
83 B
C++
#ifndef _EFFECTS_H_
|
|
#define _EFFECTS_H_
|
|
|
|
class Effect
|
|
{
|
|
|
|
};
|
|
|
|
#endif // _EFFECTS_H_
|