Files
oak-editor/app/decoder/probeserver.h
T

13 lines
159 B
C++

#ifndef PROBESERVER_H
#define PROBESERVER_H
#include "project/item/footage/footage.h"
namespace olive {
bool Probe(Footage* f);
}
#endif // PROBESERVER_H