GU.cpp 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. #include "GU.h"
  2. #include "XMATH.h"
  3. //-------------------------------------------------------------------------------------------------
  4. //00154B3C
  5. int GU_GetRot(const TPoint3D &a1) {
  6. return 0;
  7. }
  8. //-------------------------------------------------------------------------------------------------
  9. //00154B4A
  10. int GU_GetRot(const TPoint3D &a1, const TPoint &a2) {
  11. return 0;
  12. }
  13. //-------------------------------------------------------------------------------------------------
  14. //001553F0
  15. int GU_GetRot(const TPoint3D &a1, const TPoint3D &a2) {
  16. return 0;
  17. }
  18. //-------------------------------------------------------------------------------------------------
  19. //0015BE38
  20. int GU_GetRot(const TPoint &a1, const TPoint &a2) {
  21. LOGE("GU_GetRot");
  22. return rand();
  23. }
  24. //-------------------------------------------------------------------------------------------------
  25. //0015D790
  26. int GU_GetRot(TPoint const &a1, TPoint3D const &a2) {
  27. return 0;
  28. }
  29. //-------------------------------------------------------------------------------------------------
  30. //0016DE8C
  31. ushort GU_GetRot(const TPoint &a1) {
  32. return 0;
  33. }
  34. //-------------------------------------------------------------------------------------------------
  35. //00178EA4
  36. void GU_FindBestInterceptPlayer(int, int, int, bool) {
  37. }
  38. //-------------------------------------------------------------------------------------------------
  39. //00179D18
  40. int GU_GetNearestPlayerInRot(int, TPoint, int, int, int, CPlayer **, int) {
  41. return 0;
  42. }
  43. //-------------------------------------------------------------------------------------------------
  44. //00179E6C
  45. int GU_GetFutureNearestPlayerInRot(int, TPoint, int, int, int, CPlayer **, int) {
  46. return 0;
  47. }
  48. //-------------------------------------------------------------------------------------------------
  49. //0017A394
  50. void GU_GetPlayerForwardBestSpace(CPlayer *, int, int, short *) {
  51. }
  52. //-------------------------------------------------------------------------------------------------
  53. //0017AC0C
  54. void GU_IsDirWide(int, int) {
  55. }
  56. //-------------------------------------------------------------------------------------------------
  57. //0017AC2A
  58. void GU_IsRot(int, int) {
  59. }
  60. //-------------------------------------------------------------------------------------------------
  61. //0017AC4E
  62. int GU_IsDirRot(TPoint, TPoint, int, int) {
  63. return 0;
  64. }
  65. //-------------------------------------------------------------------------------------------------