added support for jansson, added new output files, made some adjustments to the API, fixed a UI subclass issue

This commit is contained in:
jp9000
2013-11-13 06:24:20 -07:00
parent db5aca1ab5
commit 146e9a7dbd
23 changed files with 206 additions and 19 deletions

View File

@@ -16,7 +16,7 @@
******************************************************************************/
#include "window-obs-basic.hpp"
/*
void OBSBasic::file_newOnMenuSelection(wxCommandEvent& event)
{
}
@@ -80,3 +80,4 @@ void OBSBasic::sourceUpOnToolClicked(wxCommandEvent& event)
void OBSBasic::sourceDownOnToolClicked(wxCommandEvent& event)
{
}
*/