Skip to content

Commit

Permalink
Renamed "SADXVars.h" to "SADXVariables.h" for consistency. We don't c…
Browse files Browse the repository at this point in the history
…all "SADXFunctions.h" "SADXFuncs.h", after all.
  • Loading branch information
michael-fadely committed May 31, 2015
1 parent 2adb174 commit 13d1d6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Expand Up @@ -13,7 +13,7 @@ SET(SADXModLoader_H
SADXModLoader/SADXEnums.h
SADXModLoader/SADXFunctions.h
SADXModLoader/SADXStructs.h
SADXModLoader/SADXVars.h
SADXModLoader/SADXVariables.h
)

# TODO (maybe): Convert headers from Unix to DOS format.
Expand Down
2 changes: 1 addition & 1 deletion include/SADXModLoader.h
Expand Up @@ -23,7 +23,7 @@
#include "ModLoader/MemAccess.h"
#include "SADXModLoader/SADXEnums.h"
#include "SADXModLoader/SADXStructs.h"
#include "SADXModLoader/SADXVars.h"
#include "SADXModLoader/SADXVariables.h"
#include "SADXModLoader/SADXFunctions.h"

static inline void ResizeTextureList(NJS_TEXLIST *texlist, Uint32 count)
Expand Down
File renamed without changes.

0 comments on commit 13d1d6d

Please sign in to comment.