Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue