mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-02-07 23:28:51 +01:00
15 lines
161 B
C
15 lines
161 B
C
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
#include "bygfoot.h"
|
|
|
|
void
|
|
debug_action(const gchar *text, gint value);
|
|
|
|
gboolean
|
|
debug_reset_counter(gpointer data);
|
|
|
|
|
|
#endif
|
|
|