NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_wm_csvdata.cpp File Reference

Go to the source code of this file.

Functions

int read (char *buffer, const char *csv, int bufferSize)
 Reads a single CSV field into a buffer.

Variables

const char * l_routeInfoArcName = "RouteInfo"

Function Documentation

◆ read()

int read ( char * buffer,
const char * csv,
int bufferSize )

Reads a single CSV field into a buffer.

Returns
The length of the field read.

Definition at line 25 of file d_wm_csvdata.cpp.

Variable Documentation

◆ l_routeInfoArcName

const char* l_routeInfoArcName = "RouteInfo"

Definition at line 21 of file d_wm_csvdata.cpp.