mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
df2ed4b086
This fixes the dependency issues between qwaq and ruamoko. qwaq is actually older than ruamoko. That little language feature test has come a long way. However, I'm considering moving to non-recursive make, but...
11 lines
131 B
Objective-C
11 lines
131 B
Objective-C
#ifndef __qwaq_window_h
|
|
#define __qwaq_window_h
|
|
|
|
#include "qwaq-view.h"
|
|
|
|
@interface Window: View
|
|
{
|
|
}
|
|
@end
|
|
|
|
#endif//__qwaq_window_h
|