mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
10 lines
167 B
C
10 lines
167 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
#ifndef __DEBUG_H
|
||
|
|
#define __DEBUG_H
|
||
|
|
|
||
|
|
struct server;
|
||
|
|
|
||
|
|
void debug_dump_scene(struct server *server);
|
||
|
|
|
||
|
|
#endif /* __DEBUG_H */
|