uo_bmp_editor.sru 609 B

123456789101112131415161718192021222324252627282930
  1. $PBExportHeader$uo_bmp_editor.sru
  2. forward
  3. global type uo_bmp_editor from nonvisualobject
  4. end type
  5. end forward
  6. global type uo_bmp_editor from nonvisualobject
  7. end type
  8. global uo_bmp_editor uo_bmp_editor
  9. forward prototypes
  10. public function integer uf_changebmp (ref blob arg_bmp, ref string arg_msg)
  11. end prototypes
  12. public function integer uf_changebmp (ref blob arg_bmp, ref string arg_msg);int rslt = 1
  13. return rslt
  14. end function
  15. on uo_bmp_editor.create
  16. call super::create
  17. TriggerEvent( this, "constructor" )
  18. end on
  19. on uo_bmp_editor.destroy
  20. TriggerEvent( this, "destructor" )
  21. call super::destroy
  22. end on