aboutsummaryrefslogtreecommitdiffstats
path: root/src/pad_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pad_common.h')
-rw-r--r--src/pad_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pad_common.h b/src/pad_common.h
index 5ee2d80..95134bd 100644
--- a/src/pad_common.h
+++ b/src/pad_common.h
@@ -120,6 +120,7 @@ public:
void AddDG(DATA_GROUP* dg, bool prepend);
void AddDGs(const std::vector<DATA_GROUP*>& dgs, bool prepend);
bool QueueFilled();
+ bool QueueContainsDG(int apptype_start);
pad_t* GetPAD();
void WriteAllPADs(int output_fd, int limit = -1, bool output_sole_fpad = false);