mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-10-31 22:45:54 +00:00
10 lines
98 B
C++
10 lines
98 B
C++
#include "common.h"
|
|
|
|
#include "Instance.h"
|
|
|
|
void
|
|
CInstance::Shutdown()
|
|
{
|
|
GetMatrix().Detach();
|
|
}
|