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
Jesse van den Kieboom bad14bdfdd Initial import
2005-10-09 08:53:36 +00:00

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__ */