Initial community commit
This commit is contained in:
12
Src/Wasabi/api/skin/widgets/fx.h
Normal file
12
Src/Wasabi/api/skin/widgets/fx.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __FX_H
|
||||
#define __FX_H
|
||||
|
||||
class Layer;
|
||||
|
||||
class Fx {
|
||||
public:
|
||||
virtual int render(Layer *l, int _w, int _h, int *input, int tw, int th, int twpitch)=0;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user