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
5
typedef
struct
6
{
7
const
char
*
name
;
8
uint32_t
len
;
9
uint32_t
offset
;
10
}
cnfsFileEntry
;
11
12
const
uint8_t*
getCnfsImage
(
void
);
13
int32_t
getCnfsSize
(
void
);
14
const
cnfsFileEntry
*
getCnfsFiles
(
void
);
15
int32_t
getCnfsNumFiles
(
void
);
getCnfsImage
const uint8_t * getCnfsImage(void)
getCnfsFiles
const cnfsFileEntry * getCnfsFiles(void)
cnfsFileEntry::offset
uint32_t offset
Definition
cnfs_image.h:9
cnfsFileEntry::name
const char * name
Definition
cnfs_image.h:7
cnfsFileEntry::len
uint32_t len
Definition
cnfs_image.h:8
getCnfsSize
int32_t getCnfsSize(void)
getCnfsNumFiles
int32_t getCnfsNumFiles(void)
cnfsFileEntry
Definition
cnfs_image.h:6
main
utils
cnfs_image.h
Generated by
1.10.0