mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-02 18:13:33 -07:00
c31052848a
by @Willy-JL
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);
|