mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
7 lines
134 B
C
7 lines
134 B
C
|
#pragma once
|
||
|
|
||
|
#include "expansion_settings.h"
|
||
|
#include "expansion.h"
|
||
|
|
||
|
ExpansionSettings* expansion_get_settings(Expansion* instance);
|