VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
Classes
vxInterfaces.h File Reference

VX++ interface header contains interface definitions for creating VX++ related classes. More...

#include "VxCpp.h"

Go to the source code of this file.

Classes

class  IVoxiePtr
 IVoxiePtr classes which inherit this interface require access to IVoxieBox pointer. More...
 
class  IActive
 IActive interface allows a class to be 'active'. Set to true of false. More...
 
class  IDrawable
 IDrawable classes which inherit are 'drawable' interface can be added to the 'drawable' vector and drawn automatically by the VoxieBox class. More...
 
class  IBreathable
 IBreathable classes which inherit this interface can be added to the 'breathable' vector and updated automatically by the VoxieBox class during the breath() function call. More...
 
class  IUI2D
 Interface used to create 2D UIs. More...
 

Detailed Description

VX++ interface header contains interface definitions for creating VX++ related classes.

This header is essential to developing VX++ applications using the VxCpp.DLL. This file is kept separate to allow easy integration...