-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Metagames attached to Generations
- Loading branch information
Carlos Fernandez
committed
Nov 11, 2010
1 parent
3703fda
commit 6bfcc12
Showing
14 changed files
with
556 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://www.netbeans.org/ns/project/1"> | ||
<type>org.netbeans.modules.cnd.makeproject</type> | ||
<configuration> | ||
<data xmlns="http://www.netbeans.org/ns/make-project/1"> | ||
<name>ShoddyBattle2</name> | ||
<make-project-type>0</make-project-type> | ||
<c-extensions>c</c-extensions> | ||
<cpp-extensions>cpp</cpp-extensions> | ||
<header-extensions>h</header-extensions> | ||
<sourceEncoding>UTF-8</sourceEncoding> | ||
<make-dep-projects/> | ||
</data> | ||
</configuration> | ||
</project> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://www.netbeans.org/ns/project/1"> | ||
<type>org.netbeans.modules.cnd.makeproject</type> | ||
<configuration> | ||
<data xmlns="http://www.netbeans.org/ns/make-project/1"> | ||
<name>ShoddyBattle2</name> | ||
<make-project-type>0</make-project-type> | ||
<c-extensions>c</c-extensions> | ||
<cpp-extensions>cpp</cpp-extensions> | ||
<header-extensions>h</header-extensions> | ||
<sourceEncoding>UTF-8</sourceEncoding> | ||
<make-dep-projects/> | ||
<sourceRootList> | ||
<sourceRootElem>src</sourceRootElem> | ||
</sourceRootList> | ||
<confList> | ||
<confElem>Debug</confElem> | ||
<confElem>Release</confElem> | ||
</confList> | ||
</data> | ||
</configuration> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.