You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
254 B
12 lines
254 B
#ifndef _qi_h_
|
|
#define _qi_h_
|
|
|
|
/** Top level header to be included in the case
|
|
you intend to use both the calculus kernel
|
|
and the IO kit for parsing user input and
|
|
pretty display results. */
|
|
|
|
#include "qi_kernel.h"
|
|
#include "qi_io.h"
|
|
|
|
#endif
|
|
|