Files
openttd/src
bjarni 5ebab4089a (svn r8605) -Codechange: [OSX] changed all objective C to objective C++
This will permanently solve the issue where compilation on OSX broke because C++ code was added to some header files

   -Note: (important if you develop mac specific code)
   taken from http://developer.apple.com/releasenotes/Cocoa/Objective-C++.html           
    gdb lacks an integrated C++ with Objective-C parser. This means that gdb won't be able to evaluate expressions that contain both C++ and Objective-C constructs.
    gdb assumes that the language for ".mm" files is C++.
    you can change it to objective C by typing: (gdb) set language objc 
    Mixing C++ and objective C has some limitation (see link for all of them)
2007-02-05 21:16:56 +00:00
..
2007-01-24 17:58:07 +00:00
2007-02-03 13:03:11 +00:00
2007-02-03 13:03:11 +00:00
2007-02-04 13:46:21 +00:00
2007-02-04 13:46:21 +00:00
2007-01-24 07:14:09 +00:00
2007-01-28 10:09:40 +00:00
2007-01-19 11:47:48 +00:00
2007-02-03 13:03:11 +00:00
2007-01-26 20:39:36 +00:00
2007-01-31 06:25:46 +00:00
2007-02-03 09:05:43 +00:00
2007-02-04 13:46:21 +00:00
2007-01-19 11:47:48 +00:00
2007-02-03 09:05:43 +00:00
2007-02-03 09:05:43 +00:00
2007-02-03 09:05:43 +00:00