mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-01-26 11:39:44 +00:00
21 lines
478 B
C
21 lines
478 B
C
#ifndef __WINTC_COMGTK_H__
|
|
#define __WINTC_COMGTK_H__
|
|
|
|
#include "comgtk/assets.h"
|
|
#include "comgtk/container.h"
|
|
#include "comgtk/debug.h"
|
|
#include "comgtk/defprocs.h"
|
|
#include "comgtk/errors.h"
|
|
#include "comgtk/list.h"
|
|
#include "comgtk/marshal.h"
|
|
#include "comgtk/msgbox.h"
|
|
#include "comgtk/profile.h"
|
|
#include "comgtk/shorthand.h"
|
|
#include "comgtk/signals.h"
|
|
#include "comgtk/strings.h"
|
|
#include "comgtk/styles.h"
|
|
#include "comgtk/version.h"
|
|
#include "comgtk/window.h"
|
|
|
|
#endif
|