Files
oak-editor/effects/internal/dropshadoweffect.h
T
2019-02-19 16:58:56 -08:00

11 lines
153 B
C++

#ifndef DROPSHADOWEFFECT_H
#define DROPSHADOWEFFECT_H
class DropShadowEffect
{
public:
DropShadowEffect();
};
#endif // DROPSHADOWEFFECT_H