mirror of
https://github.com/encounter/ctrulib.git
synced 2026-03-30 11:04:30 -07:00
7 lines
70 B
C
7 lines
70 B
C
#ifndef COSTABLE_H
|
|
#define COSTABLE_H
|
|
|
|
extern s32 costable[];
|
|
|
|
#endif
|