/* $Id$

   Copyright (C) 2020-2022 Aamot Software
   Author(s): Ole Aamot <ole@gnome.org>
   License: GNU GPL version 3
   Version: 6.2.0 (2022-07-09)
   Website: http://www.garagejam.org/

 */

#include <gtk/gtk.h>
#include <gst/gst.h>
#include "garagejam.h"

GtkWidget *main_studio_config(gchar *location_data, gchar *studio_city)
{
	GingerblueData *Gingerblue;
	return (GtkWidget *) Gingerblue;
}
