You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ly/src/desktop.h

9 lines
116 B
C

#ifndef H_DESKTOP
#include "config.h"
#include "widgets.h"
enum err desktop_load(struct desktop* target);
#endif