gearlib-cpp/include/gearlib/debugging.h

7 lines
82 B
C
Raw Normal View History

2024-05-16 22:37:46 +12:00
#ifndef __DEBUGGING_H__
#define __DEBUGGING_H__
void enable_debugging();
#endif