Files
oak-editor/app/config/config.h
T

13 lines
257 B
C

#ifndef CONFIG_H
#define CONFIG_H
#include "common/timecodefunctions.h"
/**
* @brief Temporary variables that will definitely be configurable but aren't yet
*/
const olive::TimecodeDisplay kTimecodeDisplay = olive::kTimecodeFrames;
#endif // CONFIG_H