Skip to content

Commit

Permalink
make more lua vectors/matrices shared
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Aug 3, 2016
1 parent ffcbc2c commit 3ccd9dd
Show file tree
Hide file tree
Showing 27 changed files with 674 additions and 1,561 deletions.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/StdInc.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
#include "CPositionRotationAnimation.h"
#include "CLatentTransferManager.h"
#include "CDebugHookManager.h"
#include "CLuaShared.h"
#include "lua/CLuaShared.h"

// Deathmatch includes
#include "ClientCommands.h"
Expand Down
8 changes: 4 additions & 4 deletions Client/mods/deathmatch/logic/lua/CLuaMain.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ class CLuaMain;
#pragma once

#include "CLuaTimerManager.h"
#include "CLuaVector2.h"
#include "CLuaVector3.h"
#include "CLuaVector4.h"
#include "CLuaMatrix.h"
#include "lua/CLuaVector2.h"
#include "lua/CLuaVector3.h"
#include "lua/CLuaVector4.h"
#include "lua/CLuaMatrix.h"

#include "CLuaFunctionDefs.h"

Expand Down
35 changes: 0 additions & 35 deletions Client/mods/deathmatch/logic/lua/CLuaMatrix.h

This file was deleted.

0 comments on commit 3ccd9dd

Please sign in to comment.