mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 10:34:05 +00:00
11 lines
183 B
C
11 lines
183 B
C
#ifndef TEST_STRATEGIES_H_
|
|
#define TEST_STRATEGIES_H_
|
|
|
|
#include "src/strategyselector.h"
|
|
|
|
extern strategy_list strategies;
|
|
|
|
void init_test_strategies();
|
|
|
|
#endif // TEST_STRATEGIES_H_
|