forked from cory/tildefriends
6 lines
121 B
C
6 lines
121 B
C
|
#pragma once
|
||
|
|
||
|
typedef struct _tf_ssb_t tf_ssb_t;
|
||
|
|
||
|
void tf_ssb_import(tf_ssb_t* ssb, const char* user, const char* path);
|