mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
16 lines
264 B
C++
16 lines
264 B
C++
//
|
|
// SettingsUtils.c
|
|
// CloverX64
|
|
//
|
|
// Created by Jief on 24/04/2021.
|
|
//
|
|
|
|
#include "SettingsUtils.h"
|
|
|
|
#ifdef _MSC_VER // avoid waring LNK4221
|
|
int SettingsUtils_dummy = 0;
|
|
#endif
|
|
|
|
// 2021-05 There's probably soon to come
|
|
// If not, this file could be removed.
|