You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: C++/jbro.cpp
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
#include<jni.h>
2
2
//#include <android/log.h>
3
3
#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
7
7
#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)
0 commit comments