Swadge 2024 2.0.0
APIs to develop games for the Magfest Swadge
Loading...
Searching...
No Matches
cnfs_image.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4
5typedef struct
6{
7 const char* name;
8 uint32_t len;
9 uint32_t offset;
11
12const uint8_t* getCnfsImage(void);
13int32_t getCnfsSize(void);
15int32_t getCnfsNumFiles(void);
const uint8_t * getCnfsImage(void)
const cnfsFileEntry * getCnfsFiles(void)
uint32_t offset
Definition cnfs_image.h:9
const char * name
Definition cnfs_image.h:7
uint32_t len
Definition cnfs_image.h:8
int32_t getCnfsSize(void)
int32_t getCnfsNumFiles(void)
Definition cnfs_image.h:6