mirror of
https://github.com/zeldaret/tp
synced 2026-08-22 06:44:53 -04:00
improve const correctness (#325)
This commit is contained in:
@@ -14,7 +14,7 @@ struct cDylPhs {
|
||||
|
||||
struct DynamicNameTableEntry {
|
||||
s16 mKey;
|
||||
char* name;
|
||||
const char* name;
|
||||
};
|
||||
|
||||
int cDyl_InitAsyncIsDone();
|
||||
|
||||
Reference in New Issue
Block a user