Swadge 2024
2.0.0
APIs to develop games for the Magfest Swadge
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
f
g
l
m
n
p
r
s
t
w
Typedefs
d
e
f
h
m
n
p
q
s
t
u
w
Enumerations
a
b
c
d
g
h
i
k
l
m
o
p
s
t
u
w
Enumerator
a
c
e
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
;
5
typedef
struct
{
…
};
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