11 lines
153 B
C++
11 lines
153 B
C++
#ifndef DROPSHADOWEFFECT_H
|
|
#define DROPSHADOWEFFECT_H
|
|
|
|
|
|
class DropShadowEffect
|
|
{
|
|
public:
|
|
DropShadowEffect();
|
|
};
|
|
|
|
#endif // DROPSHADOWEFFECT_H
|