Initial release
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
// in the LICENSE file found in the top-level directory of this
|
||||
// distribution and at http://github.com/steinbergmedia/vstgui/LICENSE
|
||||
|
||||
#include "platform/platformfactory.h"
|
||||
#include "cfont.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
namespace VSTGUI {
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void init (PlatformInstanceHandle instance)
|
||||
{
|
||||
initPlatform (instance);
|
||||
CFontDesc::init ();
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
void exit ()
|
||||
{
|
||||
CFontDesc::cleanup ();
|
||||
exitPlatform ();
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
} // VSTGUI
|
||||
|
||||
Reference in New Issue
Block a user