mirror of
https://github.com/halpz/re3.git
synced 2024-12-28 18:35:29 +00:00
10 lines
98 B
C++
10 lines
98 B
C++
#include "common.h"
|
|
|
|
#include "Instance.h"
|
|
|
|
void
|
|
CInstance::Shutdown()
|
|
{
|
|
GetMatrix().Detach();
|
|
}
|