/* * brlyt.c * BannerPlayer * * Created by Alex Marshall on 09/03/16. * Copyright 2009 __MyCompanyName__. All rights reserved. * */ #include #include #include #include "brlyt.h" void BRLYT_Initialize(char rootpath[]) { } int BRLYT_ReadObjects(BRLYT_object** objs) { return 0; } void BRLYT_Finish() { }