]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/private/timer.h
osx regrouping
[wxWidgets.git] / include / wx / osx / private / timer.h
1 /* common warning snippet for all osx direct includes */
2
3 #ifndef wxOSX_USE_CARBON
4 #error "this files should only be included after platform.h was included
5 #endif
6
7 #if wxOSX_USE_COCOA_OR_IPHONE
8 // this should become the future version also for carbon
9 #include "wx/osx/core/private/timer.h"
10 #elif wxOSX_USE_CARBON
11 #include "wx/osx/carbon/private/timer.h"
12 #endif