Skip to content
Snippets Groups Projects
FXRuby.cpp 63 KiB
Newer Older
  • Learn to ignore specific revisions
  •   Init_table();
      Init_text();
      Init_treelist();
      REQUIRE("fox16/core");
      REQUIRE("fox16/dict");
      REQUIRE("fox16/settings");
      REQUIRE("fox16/iterators");
      REQUIRE("fox16/keys");
      REQUIRE("fox16/aliases");
      REQUIRE("fox16/responder2");
      REQUIRE("fox16/glgroup");
      REQUIRE("fox16/execute_nonmodal");
      REQUIRE("fox16/version");
      
      id_assocs=rb_intern("@assocs");
      id_backtrace=rb_intern("backtrace");
      id_cmp=rb_intern("<=>");
      id_begin=rb_intern("begin");
      id_end=rb_intern("end");
      id_exclude_endp=rb_intern("exclude_end?");
      
      FXRuby_Objects=st_init_numtable();
      appSensitiveObjs=st_init_numtable();
      appSensitiveDCs=st_init_numtable();
      }