Mercurial > libanimone
comparison src/strategist.cc @ 8:87841727fa47
dep/animone: get macOS side building
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 18 Apr 2024 16:51:35 -0400 |
parents | 0c3cc9e6cd84 |
children | 52927e5118f9 |
comparison
equal
deleted
inserted
replaced
7:f80b3c3ec7f0 | 8:87841727fa47 |
---|---|
3 #include "animone.h" | 3 #include "animone.h" |
4 #include "animone/fd.h" | 4 #include "animone/fd.h" |
5 #include "animone/strategies.h" | 5 #include "animone/strategies.h" |
6 #include "animone/util.h" | 6 #include "animone/util.h" |
7 | 7 |
8 #include <iostream> | 8 #include <unordered_map> |
9 | 9 |
10 /* this was STUPIDLY slow in Anisthesia, oops! */ | 10 /* this was STUPIDLY slow in Anisthesia, oops! */ |
11 | 11 |
12 namespace animone::internal { | 12 namespace animone::internal { |
13 | 13 |