- Timestamp:
- Oct 22, 2004, 2:02:37 AM (20 years ago)
- Location:
- orxonox/branches/buerli
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/buerli/aclocal.m4
r1956 r2617 1 # generated automatically by aclocal 1.7. 9-*- Autoconf -*-1 # generated automatically by aclocal 1.7.1 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 … … 17 17 # your package does certain things. But this isn't really a big deal. 18 18 19 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 200319 # Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 20 20 # Free Software Foundation, Inc. 21 21 … … 35 35 # 02111-1307, USA. 36 36 37 # serial 10 37 # serial 8 38 39 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be 40 # written in clear, in which case automake, when reading aclocal.m4, 41 # will think it sees a *use*, and therefore will trigger all it's 42 # C support machinery. Also note that it means that autoscan, seeing 43 # CC etc. in the Makefile, will ask for an AC_PROG_CC use... 44 38 45 39 46 AC_PREREQ([2.54]) … … 80 87 AC_SUBST([VERSION], [$2])], 81 88 [_AM_SET_OPTIONS([$1])dnl 82 AC_SUBST([PACKAGE], [ 'AC_PACKAGE_TARNAME'])dnl83 AC_SUBST([VERSION], [ 'AC_PACKAGE_VERSION'])])dnl89 AC_SUBST([PACKAGE], [AC_PACKAGE_TARNAME])dnl 90 AC_SUBST([VERSION], [AC_PACKAGE_VERSION])])dnl 84 91 85 92 _AM_IF_OPTION([no-define],, … … 102 109 AC_REQUIRE([AC_PROG_AWK])dnl 103 110 AC_REQUIRE([AC_PROG_MAKE_SET])dnl 104 AC_REQUIRE([AM_SET_LEADING_DOT])dnl105 111 106 112 _AM_IF_OPTION([no-dependencies],, … … 125 131 # our stamp files there. 126 132 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 127 [# Compute $1's index in $config_headers. 128 _am_stamp_count=1 129 for _am_header in $config_headers :; do 130 case $_am_header in 131 $1 | $1:* ) 132 break ;; 133 * ) 134 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 135 esac 136 done 133 [_am_stamp_count=`expr ${_am_stamp_count-0} + 1` 137 134 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count]) 138 135 … … 164 161 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 165 162 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 166 [AM_AUTOMAKE_VERSION([1.7. 9])])163 [AM_AUTOMAKE_VERSION([1.7.1])]) 167 164 168 165 # Helper functions for option handling. -*- Autoconf -*- … … 450 447 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 451 448 452 # -*- Autoconf -*- 453 # Copyright (C) 2003 Free Software Foundation, Inc. 454 455 # This program is free software; you can redistribute it and/or modify 456 # it under the terms of the GNU General Public License as published by 457 # the Free Software Foundation; either version 2, or (at your option) 458 # any later version. 459 460 # This program is distributed in the hope that it will be useful, 461 # but WITHOUT ANY WARRANTY; without even the implied warranty of 462 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 463 # GNU General Public License for more details. 464 465 # You should have received a copy of the GNU General Public License 466 # along with this program; if not, write to the Free Software 467 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 468 # 02111-1307, USA. 469 470 # serial 1 471 472 # Check whether the underlying file-system supports filenames 473 # with a leading dot. For instance MS-DOS doesn't. 474 AC_DEFUN([AM_SET_LEADING_DOT], 475 [rm -rf .tst 2>/dev/null 476 mkdir .tst 2>/dev/null 477 if test -d .tst; then 478 am__leading_dot=. 479 else 480 am__leading_dot=_ 481 fi 482 rmdir .tst 2>/dev/null 483 AC_SUBST([am__leading_dot])]) 484 485 # serial 5 -*- Autoconf -*- 486 487 # Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 449 # serial 4 -*- Autoconf -*- 450 451 # Copyright 1999, 2000, 2001 Free Software Foundation, Inc. 488 452 489 453 # This program is free software; you can redistribute it and/or modify … … 546 510 cp "$am_depcomp" conftest.dir 547 511 cd conftest.dir 548 # We will build objects and dependencies in a subdirectory because549 # it helps to detect inapplicable dependency modes. For instance550 # both Tru64's cc and ICC support -MD to output dependencies as a551 # side effect of compilation, but ICC will put the dependencies in552 # the current directory while Tru64 will put them in the object553 # directory.554 mkdir sub555 512 556 513 am_cv_$1_dependencies_compiler_type=none … … 559 516 fi 560 517 for depmode in $am_compiler_list; do 561 # Setup a source with many dependencies, because some compilers562 # like to wrap large dependency lists on column 80 (with \), and563 # we should not choose a depcomp mode which is confused by this.564 #565 518 # We need to recreate these files for each test, as the compiler may 566 519 # overwrite some of them when testing with obscure command lines. 567 520 # This happens at least with the AIX C compiler. 568 : > sub/conftest.c 569 for i in 1 2 3 4 5 6; do 570 echo '#include "conftst'$i'.h"' >> sub/conftest.c 571 : > sub/conftst$i.h 572 done 573 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf 521 echo '#include "conftest.h"' > conftest.c 522 echo 'int i;' > conftest.h 523 echo "${am__include} ${am__quote}conftest.Po${am__quote}" > confmf 574 524 575 525 case $depmode in … … 589 539 # handle `-M -o', and we need to detect this. 590 540 if depmode=$depmode \ 591 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \ 592 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ 593 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \ 594 >/dev/null 2>conftest.err && 595 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && 596 grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 && 541 source=conftest.c object=conftest.o \ 542 depfile=conftest.Po tmpdepfile=conftest.TPo \ 543 $SHELL ./depcomp $depcc -c -o conftest.o conftest.c >/dev/null 2>&1 && 544 grep conftest.h conftest.Po > /dev/null 2>&1 && 597 545 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then 598 # icc doesn't choke on unknown options, it will just issue warnings 599 # (even with -Werror). So we grep stderr for any message 600 # that says an option was ignored. 601 if grep 'ignoring option' conftest.err >/dev/null 2>&1; then :; else 602 am_cv_$1_dependencies_compiler_type=$depmode 603 break 604 fi 546 am_cv_$1_dependencies_compiler_type=$depmode 547 break 605 548 fi 606 549 done … … 624 567 # This macro is AC_REQUIREd in _AM_DEPENDENCIES 625 568 AC_DEFUN([AM_SET_DEPDIR], 626 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl 627 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl 569 [rm -f .deps 2>/dev/null 570 mkdir .deps 2>/dev/null 571 if test -d .deps; then 572 DEPDIR=.deps 573 else 574 # MS-DOS does not allow filenames that begin with a dot. 575 DEPDIR=_deps 576 fi 577 rmdir .deps 2>/dev/null 578 AC_SUBST([DEPDIR]) 628 579 ]) 629 580 … … 729 680 # Check to see how 'make' treats includes. -*- Autoconf -*- 730 681 731 # Copyright (C) 2001, 2002 , 2003Free Software Foundation, Inc.682 # Copyright (C) 2001, 2002 Free Software Foundation, Inc. 732 683 733 684 # This program is free software; you can redistribute it and/or modify … … 754 705 [am_make=${MAKE-make} 755 706 cat > confinc << 'END' 756 am__doit:707 doit: 757 708 @echo done 758 .PHONY: am__doit759 709 END 760 710 # If we don't find an include directive, just comment out the code. … … 784 734 fi 785 735 fi 786 AC_SUBST( [am__include])787 AC_SUBST( [am__quote])788 AC_MSG_RESULT( [$_am_result])736 AC_SUBST(am__include) 737 AC_SUBST(am__quote) 738 AC_MSG_RESULT($_am_result) 789 739 rm -f confinc confmf 790 740 ]) -
orxonox/branches/buerli/configure.ac
r2190 r2617 2 2 # Process this file with autoconf to produce a configure script. 3 3 4 AC_PREREQ(2.5 9)4 AC_PREREQ(2.56) 5 5 AC_INIT(orxonox, 0.1-pre-alpha, orxonox-dev@mail.datacore.ch) 6 6 AM_INIT_AUTOMAKE -
orxonox/branches/buerli/console/Makefile.in
r2589 r2617 1 # Makefile.in generated by automake 1.7. 9from Makefile.am.1 # Makefile.in generated by automake 1.7.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 , 20034 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 5 # Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation … … 90 90 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 91 91 am__include = @am__include@ 92 am__leading_dot = @am__leading_dot@93 92 am__quote = @am__quote@ 94 93 bindir = @bindir@ … … 118 117 noinst_HEADERS = orxonox_console.h orxonox_console_entry.h orxonox_console_log.h 119 118 subdir = console 120 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4121 119 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 122 120 CONFIG_HEADER = $(top_builddir)/config.h … … 146 144 HEADERS = $(noinst_HEADERS) 147 145 148 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am146 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in 149 147 SOURCES = $(console_SOURCES) 150 148 … … 196 194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_console_log.Po@am__quote@ 197 195 196 distclean-depend: 197 -rm -rf ./$(DEPDIR) 198 198 199 .cc.o: 199 200 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 200 201 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 201 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \202 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 202 203 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 203 204 @am__fastdepCXX_TRUE@ fi … … 209 210 .cc.obj: 210 211 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 211 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`; \212 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \212 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ 213 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 213 214 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 214 215 @am__fastdepCXX_TRUE@ fi … … 216 217 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 217 218 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 218 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`219 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` 219 220 uninstall-info-am: 220 221 … … 310 311 installdirs: 311 312 $(mkinstalldirs) $(DESTDIR)$(bindir) 313 312 314 install: install-am 313 315 install-exec: install-exec-am … … 321 323 install-strip: 322 324 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 323 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)"INSTALL_STRIP_FLAG=-s \325 INSTALL_STRIP_FLAG=-s \ 324 326 `test -z '$(STRIP)' || \ 325 327 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 329 331 330 332 distclean-generic: 331 -rm -f $(CONFIG_CLEAN_FILES)333 -rm -f Makefile $(CONFIG_CLEAN_FILES) 332 334 333 335 maintainer-clean-generic: … … 339 341 340 342 distclean: distclean-am 341 -rm -rf ./$(DEPDIR) 342 -rm -f Makefile 343 distclean-am: clean-am distclean-compile distclean-generic \ 344 distclean-tags 343 344 distclean-am: clean-am distclean-compile distclean-depend \ 345 distclean-generic distclean-tags 345 346 346 347 dvi: dvi-am … … 363 364 364 365 maintainer-clean: maintainer-clean-am 365 -rm -rf ./$(DEPDIR) 366 -rm -f Makefile 366 367 367 maintainer-clean-am: distclean-am maintainer-clean-generic 368 368 … … 383 383 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 384 384 clean-generic ctags distclean distclean-compile \ 385 distclean- generic distclean-tags distdir dvi dvi-am info\386 info-am install install-am install-binPROGRAMS install-data\387 install-data -am install-exec install-exec-am install-info\388 install-info -am install-man install-strip installcheck\389 installcheck -am installdirs maintainer-clean \385 distclean-depend distclean-generic distclean-tags distdir dvi \ 386 dvi-am info info-am install install-am install-binPROGRAMS \ 387 install-data install-data-am install-exec install-exec-am \ 388 install-info install-info-am install-man install-strip \ 389 installcheck installcheck-am installdirs maintainer-clean \ 390 390 maintainer-clean-generic mostlyclean mostlyclean-compile \ 391 391 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ -
orxonox/branches/buerli/gui/Makefile.in
r2589 r2617 1 # Makefile.in generated by automake 1.7. 9from Makefile.am.1 # Makefile.in generated by automake 1.7.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 , 20034 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 5 5 # Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation … … 90 90 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 91 91 am__include = @am__include@ 92 am__leading_dot = @am__leading_dot@93 92 am__quote = @am__quote@ 94 93 bindir = @bindir@ … … 129 128 EXTRA_DIST = rc banner.xpm 130 129 subdir = gui 131 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4132 130 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 133 131 CONFIG_HEADER = $(top_builddir)/config.h … … 161 159 HEADERS = $(noinst_HEADERS) 162 160 163 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.in Makefile.am161 DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in 164 162 SOURCES = $(gui_SOURCES) 165 163 … … 214 212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orxonox_gui_video.Po@am__quote@ 215 213 214 distclean-depend: 215 -rm -rf ./$(DEPDIR) 216 216 217 .cc.o: 217 218 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 218 219 @am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 219 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \220 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 220 221 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 221 222 @am__fastdepCXX_TRUE@ fi … … 227 228 .cc.obj: 228 229 @am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 229 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`; \230 @am__fastdepCXX_TRUE@ then mv -f"$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \230 @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \ 231 @am__fastdepCXX_TRUE@ then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 231 232 @am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 232 233 @am__fastdepCXX_TRUE@ fi … … 234 235 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 235 236 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 236 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<' ; fi`237 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'` 237 238 uninstall-info-am: 238 239 … … 328 329 installdirs: 329 330 $(mkinstalldirs) $(DESTDIR)$(bindir) 331 330 332 install: install-am 331 333 install-exec: install-exec-am … … 339 341 install-strip: 340 342 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 341 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)"INSTALL_STRIP_FLAG=-s \343 INSTALL_STRIP_FLAG=-s \ 342 344 `test -z '$(STRIP)' || \ 343 345 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install … … 347 349 348 350 distclean-generic: 349 -rm -f $(CONFIG_CLEAN_FILES)351 -rm -f Makefile $(CONFIG_CLEAN_FILES) 350 352 351 353 maintainer-clean-generic: … … 357 359 358 360 distclean: distclean-am 359 -rm -rf ./$(DEPDIR) 360 -rm -f Makefile 361 distclean-am: clean-am distclean-compile distclean-generic \ 362 distclean-tags 361 362 distclean-am: clean-am distclean-compile distclean-depend \ 363 distclean-generic distclean-tags 363 364 364 365 dvi: dvi-am … … 381 382 382 383 maintainer-clean: maintainer-clean-am 383 -rm -rf ./$(DEPDIR) 384 -rm -f Makefile 384 385 385 maintainer-clean-am: distclean-am maintainer-clean-generic 386 386 … … 401 401 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 402 402 clean-generic ctags distclean distclean-compile \ 403 distclean- generic distclean-tags distdir dvi dvi-am info\404 info-am install install-am install-binPROGRAMS install-data\405 install-data -am install-exec install-exec-am install-info\406 install-info -am install-man install-strip installcheck\407 installcheck -am installdirs maintainer-clean \403 distclean-depend distclean-generic distclean-tags distdir dvi \ 404 dvi-am info info-am install install-am install-binPROGRAMS \ 405 install-data install-data-am install-exec install-exec-am \ 406 install-info install-info-am install-man install-strip \ 407 installcheck installcheck-am installdirs maintainer-clean \ 408 408 maintainer-clean-generic mostlyclean mostlyclean-compile \ 409 409 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ -
orxonox/branches/buerli/src/Makefile.am
r2589 r2617 6 6 7 7 bin_PROGRAMS=orxonox 8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc 8 orxonox_SOURCES=orxonox.cc world.cc player.cc data_tank.cc world_entity.cc vector.cc camera.cc collision.cc command_node.cc ini_parser.cc keynames.cc track.cc base_entity.cc IPhys.cc 9 9 10 noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h 10 noinst_HEADERS=ability.h data_tank.h npc.h stdincl.h ai.h environment.h orxonox.h synchronisable.h base_entity.h error.h player.h track.h camera.h ini_parser.h power_up.h vector.h collision.h keynames.h proto_class.h world.h command_node.h list.h shoot_laser.h world_entity.h coordinates.h message_structures.h shoot_rocket.h IPhys.h 11 11 12 12
Note: See TracChangeset
for help on using the changeset viewer.