File: init.rb

package info (click to toggle)
adanaxisgpl 1.2.5.dfsg.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 39,988 kB
  • sloc: ansic: 69,023; cpp: 65,175; ruby: 14,217; xml: 8,416; sh: 7,434; perl: 2,233; objc: 256; makefile: 154; yacc: 92
file content (51 lines) | stat: -rw-r--r-- 1,577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#%Header {
##############################################################################
#
# File data-adanaxis/ruby/init.rb
#
# Author Andy Southgate 2006-2007
#
# This file contains original work by Andy Southgate.  The author and his
# employer (Mushware Limited) irrevocably waive all of their copyright rights
# vested in this particular version of this file to the furthest extent
# permitted.  The author and Mushware Limited also irrevocably waive any and
# all of their intellectual property rights arising from said file and its
# creation that would otherwise restrict the rights of any party to use and/or
# distribute the use of, the techniques and methods used herein.  A written
# waiver can be obtained via http://www.mushware.com/.
#
# This software carries NO WARRANTY of any kind.
#
##############################################################################
#%Header } NDUBMGDbFbMg3e7L5GTPDQ
# $Id: init.rb,v 1.18 2007/03/13 21:45:09 southa Exp $
# $Log: init.rb,v $
# Revision 1.18  2007/03/13 21:45:09  southa
# Release process
#
# Revision 1.17  2006/08/24 13:04:37  southa
# Event handling
#
# Revision 1.16  2006/08/03 13:49:58  southa
# X11 release work
#
# Revision 1.15  2006/08/01 17:21:19  southa
# River demo
#
# Revision 1.14  2006/08/01 13:41:13  southa
# Pre-release updates
#

require 'Mushware.rb'
require 'Adanaxis.rb'

$currentGame = AdanaxisGame.new
$currentLogic = AdanaxisLogic.new

begin
  require 'test/run_tests.rb' if $MUSHCONFIG['DEBUG'] && File.file?('../mushruby/test/run_tests.rb')
rescue Exception
  # Ignore failure
end