papermario/include/effects_internal.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
176 B
C
Raw Normal View History

#ifndef _EFFECTS_INTERNAL_H_
#define _EFFECTS_INTERNAL_H_
#include "effects.h"
s32 effect_rand_int(s32);
s32 effect_simple_rand(s32, s32);
#include "effect_shims.h"
#endif