Some progress
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "error/error.h"
|
||||
#include <cd-block.h>
|
||||
|
||||
typedef struct {
|
||||
uint8_t unused;
|
||||
} assetsat_t;
|
||||
|
||||
errorret_t assetInitSaturn(void);
|
||||
errorret_t assetDisposeSaturn(void);
|
||||
Reference in New Issue
Block a user