diff options
Diffstat (limited to 'markad-standalone.h')
-rw-r--r-- | markad-standalone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/markad-standalone.h b/markad-standalone.h index fcde1fa..3323fec 100644 --- a/markad-standalone.h +++ b/markad-standalone.h @@ -162,8 +162,10 @@ unsigned Descriptor_Length: void SaveFrame(int Frame); char *IndexToHMSF(int Index); void AddMark(MarkAdMark *Mark); + bool CheckPATPMT(const char *Directory); bool CheckTS(const char *Directory); + bool LoadInfo(const char *Directory); bool ProcessFile(const char *Directory, int Number); public: |