This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/src/gm-bogus.h

9 lines
197 B
C

#ifndef __GM_BOGUS_H__
#define __GM_BOGUS_H__
typedef GObject GmMcp;
GmMcp *gm_mcp_new(GmWorld *world) { return NULL; }
void gm_mcp_handle(GmMcp *mcp, gchar *line) {}
#endif /* __GM_BOGUS_H__ */