1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2024-12-16 18:29:21 +01:00

added a debug-writer for debugging to console

This commit is contained in:
mrsmola 2007-02-18 12:43:23 +00:00
parent a7837f1f77
commit 0dc9ec97f3

View File

@ -40,5 +40,11 @@ debug_calibrate_betting_odds(gint skilldiffmax, gint matches_per_skilldiff);
gboolean
debug_egg_forwards_boost_style(void);
void
debug_writer_out(const gchar *file_name,
const gchar *method_name,
const gchar *text,
gint debuglevel);
#endif