/* * hbclass.ch — Five compatibility header * * Five's parser handles CLASS syntax natively: * CREATE CLASS, DATA, VAR, METHOD, ACCESS, ASSIGN, * ENDCLASS, EXPORTED:, HIDDEN:, PROTECTED:, CLASS VAR, etc. * * No #xcommand translation needed — this file is intentionally minimal. */ #ifndef HB_CLASS_CH_ #define HB_CLASS_CH_ #include "hboo.ch" #endif