Search
lxdream.org :: lxdream/src/cocoaui/cocoa_path.m :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/cocoaui/cocoa_path.m
changeset 1041:5fcc39857c5c
prev1039:98b9f0791bff
next1070:f543ee84dceb
author nkeynes
date Fri Jun 26 05:47:04 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Refactor path operations into lxpaths.[ch]
file annotate diff log raw
1.1 --- a/src/cocoaui/cocoa_path.m Thu Jun 25 09:06:44 2009 +0000
1.2 +++ b/src/cocoaui/cocoa_path.m Fri Jun 26 05:47:04 2009 +0000
1.3 @@ -18,6 +18,7 @@
1.4
1.5 #include "cocoaui.h"
1.6 #include "config.h"
1.7 +#include "lxpaths.h"
1.8 #include "dreamcast.h"
1.9
1.10 @interface LxdreamPrefsPathPane: LxdreamPrefsPane
.