waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

main.cpp (173B)


      1 #include "FL/fl_ask.H"
      2 
      3 #include "UserInterface.hpp"
      4 
      5 
      6 int main(int argc, char **argv)
      7 {
      8    Fl::scheme("plastic");
      9    UserInterface ui;
     10    ui.show();
     11    return Fl::run();
     12 }