From 124669a8f5eb7a32248845f4b2e731f86c45864d Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Tue, 26 Jan 2016 12:28:23 -0800 Subject: [PATCH] Update other_libs.md --- docs/other_libs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/other_libs.md b/docs/other_libs.md index 8f14819..2f5cba2 100644 --- a/docs/other_libs.md +++ b/docs/other_libs.md @@ -29,9 +29,10 @@ For the API column, "C" means C only, "C++" means C++ only, and "C/C++" means C/ from either; some files may require *building* as C or C++ but still qualify as "C/C++" as long as the header file uses `extern "C"` to make it work. (In some cases, a header-file-only library may compile as both C or C++, but produce an implementation that can only be called from -one or the other, because of a lack of use of `extern "C"`; in this case we still qualify it +one or the other, because of a lack of use of `extern "C"`; in this case the table still qualifies it as C/C++, as this is not an obstacle to most users.) + category | library | license | API |files| description ----------------- | --------------------------------------------------------------------- |:--------------------:|:---:|:---:| ----------- AI | [micropather](http://www.grinninglizard.com/MicroPather/) | zlib | C++ | 2 | pathfinding with A*