Cory McWilliams
e922af4c55
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3655 ed5197a5-7fde-0310-b194-c3ffbd925b24
6 lines
102 B
C
6 lines
102 B
C
#pragma once
|
|
|
|
typedef struct _tf_ssb_t tf_ssb_t;
|
|
|
|
void tf_ssb_export(tf_ssb_t* ssb, const char* key);
|