Added gm_world_log

This commit is contained in:
Jesse van den Kieboom 2005-11-06 16:01:08 +00:00
parent 0ff98b860b
commit e7cbc28042
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ void gm_world_remove_editor(GmWorld *world, GmEditor *editor);
void gm_world_sendln(GmWorld *world, gchar *text);
void gm_world_writeln(GmWorld *world, gchar *text);
void gm_world_process_input(GmWorld *world, gchar *text);
void gm_world_log(GmWorld *world, GmLogType type, gchar *text);
G_END_DECLS
#endif /* __GM_WORLD_H__ */