comparison audacious/main.h @ 2237:d507d2c1f75c trunk

[svn] - rename mainwin.c to ui_main.c and such
author nenolod
date Tue, 02 Jan 2007 22:03:33 -0800
parents 4de6e7d138c6
children 4bc65cec8f7a
comparison
equal deleted inserted replaced
2236:ae7c17c4ef8b 2237:d507d2c1f75c
21 #ifndef MAIN_H 21 #ifndef MAIN_H
22 #define MAIN_H 22 #define MAIN_H
23 23
24 #ifdef _AUDACIOUS_CORE 24 #ifdef _AUDACIOUS_CORE
25 # include "widgets/widgetcore.h" 25 # include "widgets/widgetcore.h"
26 # include "mainwin.h" 26 # include "ui_main.h"
27 #endif 27 #endif
28 28
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <sys/stat.h> 30 #include <sys/stat.h>
31 31