xge_linktest.pp 194 B

123456789
  1. { this program just links all externals, declared in the xge unit }
  2. program xge_linktest;
  3. uses
  4. xge;
  5. begin
  6. halt(0);
  7. XGEQueryExtension(nil, nil, nil);
  8. XGEQueryVersion(nil, nil, nil);
  9. end.