summaryrefslogtreecommitdiff
path: root/aisa
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-25 19:08:08 -0700
committerJulian Blake Kongslie2022-06-25 19:08:08 -0700
commitac6286bc9332128da724dbdbaa63fb8236112094 (patch)
tree244daa4a70d3d619ca8e1e232c635a5878ec3ad1 /aisa
parentMove EvalState and the eval coroutines to a separate header. (diff)
downloadissim-ac6286bc9332128da724dbdbaa63fb8236112094.tar.xz
Support header-only components.
Diffstat (limited to 'aisa')
-rw-r--r--aisa/aisa.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/aisa/aisa.cpp b/aisa/aisa.cpp
deleted file mode 100644
index 97a3b17..0000000
--- a/aisa/aisa.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
1#include <iostream>
2
3#include "aisa/aisa.h"
4
5namespace aisa {
6
7}