-
Posts
74 -
Joined
-
Last visited
Community Answers
-
Wowowowww's post in I want my Theos back :( was marked as the answer
Hey I fixed my problem using theos auto installer from randy!! What I did is install the 11.4 sdk of 11.2 sdk change my mod make file from using 11.2sdk to 11.4. Lastly copied cstdint from a GitHub repo (it will say it’s missing and you have to import it) and finally do the same for initializer list! THEN BOOM IT WORKED. Hope this helps someone in the future and happy modding
-
Wowowowww's post in How to make a function pointer for a Static function with parameters was marked as the answer
Um never mind I’m mildly retarded I have fix my problem but for anyone else that need help in the future you have to return a value of the same type as the parameter for instance if a float you would return #.0f