mirror of
https://github.com/zeldaret/ss
synced 2026-06-17 15:16:38 -04:00
19 lines
254 B
C++
19 lines
254 B
C++
#ifndef EGG_SCREEN_EFFECT_BLUR_H
|
|
#define EGG_SCREEN_EFFECT_BLUR_H
|
|
|
|
#include "common.h"
|
|
namespace EGG {
|
|
|
|
class ScreenEffectBlur {
|
|
public:
|
|
ScreenEffectBlur();
|
|
~ScreenEffectBlur();
|
|
|
|
private:
|
|
u8 _0x00[0x38 - 0x00];
|
|
};
|
|
|
|
} // namespace EGG
|
|
|
|
#endif
|