mirror of
https://github.com/rvtr/TDT.git
synced 2025-10-31 13:51:07 -04:00
Delete titles.h
This commit is contained in:
parent
0e4cdbf43e
commit
0e938a3f1f
10
src/titles.h
10
src/titles.h
@ -1,10 +0,0 @@
|
||||
#ifndef TITLES_H
|
||||
#define TITLES_H
|
||||
|
||||
#include <nds/ndstypes.h>
|
||||
|
||||
#define gameCodeToTitleID(X) ( (X[0] << 24) | (X[1] << 16) | (X[2] << 8) | X[3] )
|
||||
|
||||
bool titleIsUsed(u32 tidlow, u32 tidhigh);
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user