Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Split main header into several bite-sized headers like the SADX Mod L…
…oader.
  • Loading branch information
michael-fadely committed May 31, 2015
1 parent a9b844e commit 2c01e74
Show file tree
Hide file tree
Showing 13 changed files with 1,849 additions and 1,701 deletions.
1 change: 1 addition & 0 deletions SA2ModLoader/AnimationFile.h
@@ -1,4 +1,5 @@
#pragma once
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
Expand Down
1 change: 1 addition & 0 deletions SA2ModLoader/LandTableInfo.h
@@ -1,4 +1,5 @@
#pragma once
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
Expand Down
1 change: 1 addition & 0 deletions SA2ModLoader/ModelInfo.h
@@ -1,4 +1,5 @@
#pragma once
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
Expand Down

0 comments on commit 2c01e74

Please sign in to comment.