|
|
|
@ -7,6 +7,7 @@
@@ -7,6 +7,7 @@
|
|
|
|
|
class AnimeComponent : public BoxComponent { |
|
|
|
|
public: |
|
|
|
|
AnimeComponent(const float rawX, const float rawY, const float rawWidth, const float rawHeight, const int passedWindowWidth, const int passedWindowHeight); |
|
|
|
|
unsigned char data[1024][1024][4]; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|