|
libscratchcpp
A library for C++ based Scratch project players
|
#include <algorithm>#include <limits>#include <ctgmath>#include <cassert>#include <iomanip>#include <iostream>#include <clocale>#include "value_functions.h"

Go to the source code of this file.
Classes | |
| class | libscratchcpp::Value |
| The Value class represents a Scratch value. More... | |
Namespaces | |
| namespace | libscratchcpp |
| The main namespace of the library. | |