mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-13 21:31:42 +00:00
Build everything as C++ (#1176)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
// Assigning all sections a place
|
||||
#ifndef RGBDS_LINK_SDAS_OBJ_H
|
||||
#define RGBDS_LINK_SDAS_OBJ_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
struct FileStackNode;
|
||||
|
||||
void sdobj_ReadFile(struct FileStackNode const *fileName, FILE *file);
|
||||
|
||||
#endif // RGBDS_LINK_SDAS_OBJ_H
|
||||
Reference in New Issue
Block a user