Delete titles.h

This commit is contained in:
JeffRuLz 2019-06-09 13:45:01 -05:00 committed by GitHub
parent 0e4cdbf43e
commit 0e938a3f1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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