Skip to content

Commit adfce0a

Browse files
authored
Update jbro.cpp
1 parent 2c94ae2 commit adfce0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

C++/jbro.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#include <jni.h>
22
//#include <android/log.h>
33
#include <Substrate/CydiaSubstrate.h>
4-
#include "Unity/Quaternion.hpp" // C++ equivalent of Unity C# Quaternion.
5-
#include "Unity/Vector3.hpp" // C++ equivalent of Unity C# Vector3.
6-
#include "Unity/Vector2.hpp" // C++ equivalent of Unity C# Vector2.
4+
#include "Unity/Quaternion.hpp" // C++ equivalent of Unity C# Quaternion. <- Credits unknown
5+
#include "Unity/Vector3.hpp" // C++ equivalent of Unity C# Vector3. <- Credits unknown
6+
#include "Unity/Vector2.hpp" // C++ equivalent of Unity C# Vector2. <- Credits unknown
77
#include "Unity/Unity.h" // C++ equivalent of Unity List/Dictionary/Array <- Credits to Shmoo for this (Small version of https://github.com/shmoo419/UnityStuff/blob/master/Unity.h)
88
/*
99
#define LOG_TAG "JbroMain"

0 commit comments

Comments
 (0)