Mercurial > minori
comparison dep/animone/src/strategist.cc @ 272:5437009cb10e
dep/animone: get macOS side building
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Thu, 18 Apr 2024 16:51:35 -0400 |
parents | 9a04802848c0 |
children | 65df2813d0de |
comparison
equal
deleted
inserted
replaced
271:f01b6e9c8fa2 | 272:5437009cb10e |
---|---|
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 |