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
▼
Swadge 2024
Introduction
Where to Start
Swadge Mode Example
►
API Reference
Espressif Documentation
►
Wireless Power Saving Notes
Code of Conduct
►
Contribution Guide
►
Swadge Design Principles
►
Emulator User Manual
►
MIDI Specifications
►
Porting 2023 Swadge Modes
►
Serial Debug Output
►
Configuring a Development Environment
►
How to Make a Swadge Mode
►
Data Structures
▼
Files
▼
File List
►
components
docs
►
main
▼
tools
▼
assets_preprocessor
▼
src
►
assets_preprocessor.c
►
assets_preprocessor.h
►
bin_processor.c
►
bin_processor.h
►
chart_processor.c
►
chart_processor.h
►
fileUtils.c
►
fileUtils.h
►
font_processor.c
►
font_processor.h
►
image_processor.c
►
image_processor.h
►
json_processor.c
►
json_processor.h
►
raw_processor.c
►
raw_processor.h
►
txt_processor.c
►
txt_processor.h
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
txt_processor.h
Go to the documentation of this file.
1
#ifndef _TXT_PROCESSOR_H_
2
#define _TXT_PROCESSOR_H_
3
4
#include "
assets_preprocessor.h
"
5
11
extern
const
assetProcessor_t
textProcessor
;
12
13
#endif
assets_preprocessor.h
assetProcessor_t
Defines an asset processor.
Definition
assets_preprocessor.h:752
textProcessor
const assetProcessor_t textProcessor
The text processor strips out any carriage returns (\r) or non-ASCII characters from the input file a...
Definition
txt_processor.c:14
tools
assets_preprocessor
src
txt_processor.h
Generated by
1.13.2