mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
46b2f11a59
* common actors * tubba and huff * chapter 2 * fix ruff / tuff puff names * bloopers * slight * everything except omo2 * format py * fix pal --------- Co-authored-by: HailSanta <Hail2Santa@gmail.com>
12 lines
176 B
C
12 lines
176 B
C
#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
|