mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
11 lines
321 B
C
11 lines
321 B
C
#ifndef PMDSKY_MAIN_0205A430_H
|
|
#define PMDSKY_MAIN_0205A430_H
|
|
|
|
#include "enums.h"
|
|
|
|
// Gets the string corresponding to a given string ID and copies it to the specified buffer.
|
|
// This function won't write more than 64 bytes.
|
|
void CopyTacticString(char* buffer, enum tactic_id tactic_id);
|
|
|
|
#endif //PMDSKY_MAIN_0205A430_H
|