mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-05-06 09:28:18 +00:00
14 lines
277 B
Ruby
14 lines
277 B
Ruby
module W3DHubLauncher
|
|
module Dialogs
|
|
class About < CyberarmEngine::GuiState # Dialog
|
|
def setup
|
|
# application name and version
|
|
# authorship
|
|
# special thanks
|
|
# used gems and libraries
|
|
# useful links
|
|
end
|
|
end
|
|
end
|
|
end
|