mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-24 02:24:07 +00:00
8 lines
101 B
C
8 lines
101 B
C
|
#ifndef PICTURE_LIST_TESTS_H_
|
||
|
#define PICTURE_LIST_TESTS_H_
|
||
|
|
||
|
void picture_list_tests(void);
|
||
|
|
||
|
#endif
|
||
|
|