exclaim/src/exc_types.h

15 lines
136 B
C

#ifndef EXC_TYPES_H
#define EXC_TYPES_H
struct exc_acct
{
};
struct exc_status
{
char* title;
char* body;
};
#endif // EXC_TYPES_H