Forward declare struct Section to avoid a nested header include

This commit is contained in:
Rangi42
2024-08-26 22:45:25 -04:00
committed by Sylvie
parent 4ce6c9f4a5
commit b77ba1d87d
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#ifndef RGBDS_LINK_OUTPUT_HPP
#define RGBDS_LINK_OUTPUT_HPP
#include "link/section.hpp"
struct Section;
/*
* Registers a section for output.