mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-06-30 00:01:55 +00:00
format
This commit is contained in:
@ -22,7 +22,6 @@ void __declspec(naked) Dvar_SetVariant(dvar_t* /*dvar*/, DvarValue /*value*/,
|
|||||||
add esp, 0x14
|
add esp, 0x14
|
||||||
|
|
||||||
popad
|
popad
|
||||||
|
|
||||||
ret
|
ret
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,8 +15,8 @@ private:
|
|||||||
T* mp_;
|
T* mp_;
|
||||||
};
|
};
|
||||||
|
|
||||||
ScreenPlacement* ScrPlace_GetUnsafeFullPlacement();
|
extern ScreenPlacement* ScrPlace_GetUnsafeFullPlacement();
|
||||||
void Dvar_SetVariant(dvar_t* dvar, DvarValue value, DvarSetSource source);
|
extern void Dvar_SetVariant(dvar_t* dvar, DvarValue value, DvarSetSource source);
|
||||||
} // namespace game
|
} // namespace game
|
||||||
|
|
||||||
#include "symbols.hpp"
|
#include "symbols.hpp"
|
||||||
|
Reference in New Issue
Block a user