ocarina/include/gui/ocarina.h
Anna Schumaker d769140e35 gui: Remove C++ playlist code
And notebook switching code in playlist.c

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-05-27 12:01:43 -04:00

26 lines
423 B
C++

/*
* Copyright 2014 (c) Anna Schumaker.
*/
#ifndef OCARINA_H
#define OCARINA_H
#include <core/queue.h>
#include <gtkmm.h>
/* main.cpp */
namespace gui
{
const std::string share_file(const std::string &);
}
extern struct queue_ops collection_ops;
extern struct queue_ops history_ops;
extern struct queue_ops tempq_ops;
void on_pq_created(queue *, unsigned int);
void post_init_queue_tabs();
#endif /* OCARINA_H */