annotate include/animone/strategies.h @ 11:89adf9798083
dep/animone/x11: remove stupid debugging code
| author |
Paper <paper@paper.us.eu.org> |
| date |
Wed, 08 May 2024 16:20:37 -0400 |
| parents |
a76fa32bdc92 |
| children |
27b988a1048c |
| rev |
line source |
|
0
|
1 #ifndef ANIMONE_ANIMONE_STRATEGIES_H_
|
|
|
2 #define ANIMONE_ANIMONE_STRATEGIES_H_
|
|
|
3
|
|
|
4 #include "animone.h"
|
|
|
5 #include <vector>
|
|
|
6
|
|
|
7 namespace animone::internal {
|
|
|
8
|
|
|
9 bool ApplyStrategies(std::vector<Result>& results);
|
|
|
10
|
|
|
11 }
|
|
|
12
|
|
|
13 #endif // ANIMONE_ANIMONE_STRATEGIES_H_ |