(Roar) Add is_paused variable

This commit is contained in:
twinaphex 2016-06-25 00:12:38 +02:00
parent 4ae6cda6b1
commit 3e0184201e

View File

@ -29,6 +29,7 @@
typedef struct
{
roar_vs_t *vss;
bool is_paused;
bool nonblocking;
bool is_paused;
} roar_t;