mirror of
https://github.com/halpz/re3.git
synced 2025-05-08 01:37:46 +03:00
Wrappers cleanup
This commit is contained in:
parent
db92864fe2
commit
97ffa1a658
14 changed files with 5 additions and 423 deletions
|
@ -75,9 +75,6 @@ void CTimer::Shutdown(void)
|
|||
;
|
||||
}
|
||||
|
||||
#if 0
|
||||
WRAPPER void CTimer::Update(void) { EAXJMP(0x4ACF70); }
|
||||
#else
|
||||
void CTimer::Update(void)
|
||||
{
|
||||
m_snPreviousTimeInMilliseconds = m_snTimeInMilliseconds;
|
||||
|
@ -149,7 +146,6 @@ void CTimer::Update(void)
|
|||
|
||||
m_FrameCounter++;
|
||||
}
|
||||
#endif
|
||||
|
||||
void CTimer::Suspend(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue