mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
aa2ee15060
- Add solution/src to includes for all projects. - Add solution/../../seatest to includes for all projects.
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
|
|
|