ESP  0.1
The Example-based Sensor Predictions (ESP) system tries to bring machine learning to the maker community.
ofYesNoDialog.h
Go to the documentation of this file.
1 #include <string>
2 
3 using namespace std;
4 
5 bool ofSystemYesNoDialog(string title="Alert",string message="");
void title(const std::string &titlestr)
Definition: matplotlibcpp.h:292
bool ofSystemYesNoDialog(string title="Alert", string message="")
Definition: ofYesNoDialog.cpp:36