mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-13 02:56:59 +00:00
13 lines
58 B
C++
13 lines
58 B
C++
#include "Core.h"
|
|
|
|
Core::Core()
|
|
{
|
|
|
|
}
|
|
|
|
Core::~Core()
|
|
{
|
|
|
|
}
|
|
|