mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
9 lines
189 B
C
9 lines
189 B
C
|
#ifndef ENGINE_SHARED_CSV_H
|
||
|
#define ENGINE_SHARED_CSV_H
|
||
|
|
||
|
#include <base/system.h>
|
||
|
|
||
|
void CsvWrite(IOHANDLE File, int NumColumns, const char *const *pColumns);
|
||
|
|
||
|
#endif // ENGINE_SHARED_CSV_H
|