home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVPNEW.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown */
- /* All Rights Reserved */
- /* May be freely copied for noncommercial use as */
- /* long as this copyright notice is kept intact */
- /* and any changes are indicated in the comment */
- /* blocks for the functions */
- /*================================================*/
-
- #include "tvapi.h"
-
- /*================================================*/
- /* TVptr_new create new pointer object */
- /* Ralf Brown 4/8/88 */
- /*================================================*/
-
- OBJECT pascal TVptr_new(void)
- {
- return (OBJECT) TVsendmsg1(NEW_MSG, POINTER_CLASS, 0) ;
- }
-
- /* End of TVPNEW.C */
-