mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
15 lines
229 B
C
15 lines
229 B
C
//
|
|
// OpenCore.h
|
|
// cpp_tests_compare_settings
|
|
//
|
|
// Created by Jief on 05/02/2021.
|
|
// Copyright © 2021 JF Knudsen. All rights reserved.
|
|
//
|
|
|
|
#ifndef OpenCore_h
|
|
#define OpenCore_h
|
|
|
|
#include <stdio.h>
|
|
|
|
#endif /* OpenCore_h */
|