// >>> MODIFIED CARBON.H FOR DIRECT INCLUSION IN TORQUE CODEBASE // >>> INCLUDES MINIMUM-NECESSARY GENERAL-USE HEADERS. #ifndef __MINCARBON__ #define __MINCARBON__ //#ifndef __CORESERVICES__ //#include //#endif //#ifndef __APPLICATIONSERVICES__ //#include //#endif #ifndef __EVENTS__ #include #endif #ifndef __PROCESSES__ #include #endif #ifndef __NOTIFICATION__ #include #endif //#ifndef __DRAG__ //#include //#endif //#ifndef __ICONS__ //#include //#endif #ifndef __CONTROLS__ #include #endif #ifndef __APPEARANCE__ #include #endif #ifndef __MACWINDOWS__ #include #endif #ifndef __TEXTEDIT__ #include #endif #ifndef __MENUS__ #include #endif #ifndef __DIALOGS__ #include #endif //#ifndef __LISTS__ //#include //#endif //#ifndef __CARBONEVENTS__ //#include //#endif //#ifndef __TEXTSERVICES__ //#include //#endif #ifndef __SCRAP__ #include #endif //#ifndef __MACTEXTEDITOR__ //#include //#endif //#ifndef __MACHELP__ //#include //#endif #ifndef __CONTROLDEFINITIONS__ #include #endif //#ifndef __TSMTE__ //#include //#endif //#ifndef __TRANSLATIONEXTENSIONS__ //#include //#endif //#ifndef __TRANSLATION__ //#include //#endif //#ifndef __AEINTERACTION__ //#include //#endif //#ifndef __TYPESELECT__ //#include //#endif //#ifndef __INTERNETCONFIG__ //#include //#endif #ifndef __SOUND__ #include #endif //#ifndef __OSA__ //#include //#endif //#ifndef __OSACOMP__ //#include //#endif //#ifndef __OSAGENERIC__ //#include //#endif //#ifndef __APPLESCRIPT__ //#include //#endif //#ifndef __ASDEBUGGING__ //#include //#endif //#ifndef __ASREGISTRY__ //#include //#endif //#ifndef __FINDERREGISTRY__ //#include //#endif //#ifndef __PMAPPLICATION__ //#include //#endif #ifndef __NAVIGATION__ #include #endif #ifndef __URLACCESS__ #include #endif #ifndef __COLORPICKER__ #include #endif //#ifndef __CMCALIBRATOR__ //#include //#endif //#ifndef __HTMLRENDERING__ //#include //#endif //#ifndef __SPEECHRECOGNITION__ //#include //#endif //#ifndef __NSL__ //#include //#endif //#ifndef __FINDBYCONTENT__ //#include //#endif //#ifndef __KEYCHAINHI__ //#include //#endif //#ifndef __IBCARBONRUNTIME__ //#include //#endif //#ifndef __APPLEHELP__ //#include //#endif //#ifndef __ICAAPPLICATION__ //#include //#endif //#ifndef __ICADEVICE__ //#include //#endif //#ifndef __ICACAMERA__ //#include //#endif #endif /* __MINCARBON__ */