quakeforge/ruamoko/qwaq/qwaq-window.h
Bill Currie df2ed4b086 [qwaq] Move from tools to ruamoko
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...
2020-03-01 00:55:15 +09:00

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