mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
11 lines
199 B
C
11 lines
199 B
C
#ifndef GUARD_GROUND_LIVES_H
|
|
#define GUARD_GROUND_LIVES_H
|
|
|
|
#include "structs/str_position.h"
|
|
|
|
// ground_lives.s
|
|
s16 sub_80A7AE8(s16);
|
|
s16 sub_80A8FD8(s32, PixelPos*);
|
|
|
|
#endif // GUARD_GROUND_LIVES_H
|