mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Replace NULL with nullptr (#1321)
This commit is contained in:
@@ -53,7 +53,7 @@ void fstk_AddIncludePath(char const *s);
|
||||
void fstk_SetPreIncludeFile(char const *s);
|
||||
/*
|
||||
* @param path The user-provided file name
|
||||
* @return A pointer to the `new`-allocated full path, or NULL if no path worked
|
||||
* @return A pointer to the `new`-allocated full path, or `nullptr` if no path worked
|
||||
*/
|
||||
std::string *fstk_FindFile(char const *path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user