summaryrefslogtreecommitdiffstats
path: root/Mac/Wastemods/WEObjectHandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Wastemods/WEObjectHandlers.h')
-rw-r--r--Mac/Wastemods/WEObjectHandlers.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/Mac/Wastemods/WEObjectHandlers.h b/Mac/Wastemods/WEObjectHandlers.h
deleted file mode 100644
index ac6e567..0000000
--- a/Mac/Wastemods/WEObjectHandlers.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- WASTE Demo Project:
- Sample WASTE Object Handlers
-
- Copyright © 1993-1998 Marco Piovanelli
- All Rights Reserved
-*/
-#ifndef WITHOUT_FRAMEWORKS
-#include <Carbon/Carbon.h>
-#endif
-#ifndef _WASTE_
-#include "WASTE.h"
-#endif
-
-
-// PICTURES
-
-pascal OSErr HandleNewPicture(Point *defaultObjectSize, WEObjectReference objectRef);
-pascal OSErr HandleDisposePicture(WEObjectReference objectRef);
-pascal OSErr HandleDrawPicture(const Rect *destRect, WEObjectReference objectRef);
-
-// SOUNDS
-
-enum {
- kSoundIconID = 550
-};
-
-pascal OSErr HandleNewSound(Point *defaultObjectSize, WEObjectReference objectRef);
-pascal OSErr HandleDrawSound(const Rect *destRect, WEObjectReference objectRef);
-pascal Boolean HandleClickSound(Point hitPt, EventModifiers modifiers,
- UInt32 clickTime, WEObjectReference objectRef);