mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-23 07:51:39 +00:00
13 lines
101 B
C++
13 lines
101 B
C++
#ifndef CORE_H
|
|
#define CORE_H
|
|
|
|
|
|
class Core
|
|
{
|
|
public:
|
|
Core();
|
|
~Core();
|
|
};
|
|
|
|
#endif // CORE_H
|