summaryrefslogtreecommitdiff
path: root/contrib/alttheoryskel/options_handlers.h
blob: d384e84d93578b32c46387b2da220309455cfb47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "cvc4_private.h"

#ifndef __CVC4__THEORY__$id__OPTIONS_HANDLERS_H
#define __CVC4__THEORY__$id__OPTIONS_HANDLERS_H

namespace CVC4 {
namespace theory {
namespace $dir {

}/* CVC4::theory::$dir namespace */
}/* CVC4::theory namespace */
}/* CVC4 namespace */

#endif /* __CVC4__THEORY__$id__OPTIONS_HANDLERS_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback