* include/freetype/internal/ftobject.h: updating the object sub-system

definitions (still experimental)
This commit is contained in:
David Turner 2002-07-01 21:34:07 +00:00
parent 4302b4a7dd
commit 2b47da133a
1 changed files with 2 additions and 11 deletions

View File

@ -1,4 +1,5 @@
#include "ftobject.c"
#include "ftobject.h"
#include "fthash.h"
#define FT_MAGIC_DEATH 0xDEADdead
#define FT_MAGIC_CLASS 0x12345678
@ -290,13 +291,3 @@
FT_Type type,
FT_Pointer init_data,
FT_Memory memory );
FT_BASE_DEF( void )
ft_object_push( FT_Object object );
FT_BASE_DEF( void )
ft_object_pop( FT_Object object );
FT_BASE_DEF( void )
ft_object_pop_destroy( FT_Object object );