Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions | Variables
ftdebug.c File Reference
#include <exec/types.h>
#include <utility/tagitem.h>
#include <dos/exall.h>
#include <dos/var.h>
#include <proto/dos.h>
#include <clib/debug_protos.h>
#include <ft2build.h>

Go to the source code of this file.

Macros

#define __NOLIBBASE__
 
#define __NOLOBALIFACE__
 
#define __USE_INLINE__
 

Functions

 ft_debug_init (void)
 
 FT_Trace_Get_Count (void)
 
 FT_Trace_Get_Name (FT_Int idx)
 

Variables

struct Library * DOSBase
 

Macro Definition Documentation

◆ __NOLIBBASE__

#define __NOLIBBASE__

Definition at line 55 of file ftdebug.c.

◆ __NOLOBALIFACE__

#define __NOLOBALIFACE__

Definition at line 56 of file ftdebug.c.

◆ __USE_INLINE__

#define __USE_INLINE__

Definition at line 57 of file ftdebug.c.

Function Documentation

◆ ft_debug_init()

ft_debug_init ( void  )

Definition at line 265 of file ftdebug.c.

Referenced by FT_New_Library().

◆ FT_Trace_Get_Count()

FT_Trace_Get_Count ( void  )

Definition at line 272 of file ftdebug.c.

◆ FT_Trace_Get_Name()

FT_Trace_Get_Name ( FT_Int  idx)

Definition at line 279 of file ftdebug.c.

Variable Documentation

◆ DOSBase

struct Library* DOSBase