mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-02-09 09:53:57 +00:00
9 lines
252 B
C++
9 lines
252 B
C++
#ifndef SPROUT_BRAINFUCK_HPP
|
|
#define SPROUT_BRAINFUCK_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/brainfuck/brainfuck.hpp>
|
|
#include <sprout/brainfuck/ook.hpp>
|
|
#include <sprout/brainfuck/misa.hpp>
|
|
|
|
#endif // #ifndef SPROUT_BRAINFUCK_HPP
|