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
h
i
j
l
m
n
o
p
r
s
t
v
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
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
z
Macros
a
b
c
d
e
f
g
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
fs_txt.h
Go to the documentation of this file.
1
26
27
#ifndef _FS_TXT_H_
28
#define _FS_TXT_H_
29
30
#include "cnfs_image.h"
31
32
char
*
loadTxt
(cnfsFileIdx_t fIdx,
bool
spiRam);
33
void
freeTxt
(
char
* txtStr);
34
35
#endif
loadTxt
char * loadTxt(cnfsFileIdx_t fIdx, bool spiRam)
Load a TXT from ROM to RAM. TXTs placed in the assets_image folder before compilation will be automat...
Definition
fs_txt.c:30
freeTxt
void freeTxt(char *txtStr)
Free an allocated TXT string.
Definition
fs_txt.c:49
main
asset_loaders
fs_txt.h
Generated by
1.13.2