Guest User

Untitled

a guest
Oct 17th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Eiffel 0.37 KB | None | 0 0
  1. make(coord_x, coord_y: INTEGER)
  2. flag: EV_PIXMAP
  3. mine_image: EV_PIXMAP
  4. color_table : ARRAY[EV_COLOR]
  5. mark
  6. unmark
  7. mine_discovered
  8. mine_pressed
  9. mine_detoned
  10. open(cell_value: INTEGER)
  11. initialize_colors
  12. set_x(a : INTEGER)
  13. set_y(a : INTEGER)
  14. on_click ( z_x, z_y: INTEGER; z_button: INTEGER; z_x_tilt, z_y_tilt: DOUBLE; z_pressure: DOUBLE; z_screen_x, z_screen_y: INTEGER)
Add Comment
Please, Sign In to add comment