您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
218 B

  1. unit uengShaderPartScope;
  2. {$mode objfpc}{$H+}
  3. {$I uengShaderFile.inc}
  4. interface
  5. uses
  6. Classes, SysUtils,
  7. uengShaderPartCntr;
  8. type
  9. TengShaderPartScope = class(TengShaderPartCntr)
  10. end;
  11. implementation
  12. end.