/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __QDXDISPATCHPATCH__ #define __QDXDISPATCHPATCH__ extern void InstallQDxDispatchPatch(Boolean roundGWorld); extern void RemoveQDxDispatchPatch(void); extern Boolean GetQDxDispatchPatchState(void); extern void SetQDxDispatchPatchState(Boolean on); extern Boolean HasVirtualMemory(void); #endif