Skip to content

Commit

Permalink
git push origin thoonMerge branch 'flah00-upd-includes' into thoon
Browse files Browse the repository at this point in the history
update include paths to be more universal
  • Loading branch information
SuperNiCd committed Aug 14, 2021
2 parents cae1041 + 92b2525 commit e58c382
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Accents.cpp.swig
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

#undef SWIGLUA

#include </home/joe/Accents/VoltageVault.h>
#include </home/joe/Accents/Maths.h>
#include </home/joe/Accents/PointsEG.h>
#include </home/joe/Accents/Bitwise.h>
#include <./VoltageVault.h>
#include <./Maths.h>
#include <./PointsEG.h>
#include <./Bitwise.h>



#define SWIGLUA

%}

%include </home/joe/Accents/VoltageVault.h>
%include </home/joe/Accents/Maths.h>
%include </home/joe/Accents/PointsEG.h>
%include </home/joe/Accents/Bitwise.h>
%include <./VoltageVault.h>
%include <./Maths.h>
%include <./PointsEG.h>
%include <./Bitwise.h>
2 changes: 1 addition & 1 deletion Maths.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/Maths.h>
#include <./Maths.h>
// #include <hal/simd.h>
#include <hal/ops.h>
#include <od/config.h>
Expand Down
2 changes: 1 addition & 1 deletion VoltageVault.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define BUILDOPT_VERBOSE
#define BUILDOPT_DEBUG_LEVEL 10

#include </home/joe/Accents/VoltageVault.h>
#include <./VoltageVault.h>
#include <hal/ops.h>
#include <hal/simd.h>
#include <hal/ops.h>
Expand Down

0 comments on commit e58c382

Please sign in to comment.