knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
algebra.h
Go to the documentation of this file.
1 /*
2  * This file is part of KnowRob, please consult
3  * https://github.com/knowrob/knowrob for license details.
4  */
5 
6 #ifndef KNOWROB_PROLOG_ALGEBRA_H_
7 #define KNOWROB_PROLOG_ALGEBRA_H_
8 
9 #include <SWI-Prolog.h>
10 
11 namespace knowrob::prolog {
12  extern PL_extension PL_extension_algebra[];
13 }
14 
15 #endif // KNOWROB_PROLOG_ALGEBRA_H_
PL_extension PL_extension_algebra[]
Definition: algebra.h:12