labwc/include/debug.h

10 lines
162 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_DEBUG_H
#define LABWC_DEBUG_H
struct server;
void debug_dump_scene(void);
#endif /* LABWC_DEBUG_H */