mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-29 11:05:36 -05:00
11 lines
223 B
C++
11 lines
223 B
C++
/*
|
|
* Copyright 2011-2015 Branimir Karadzic. All rights reserved.
|
|
* License: http://www.opensource.org/licenses/BSD-2-Clause
|
|
*/
|
|
|
|
namespace bgfx
|
|
{
|
|
void* loadRenderDoc();
|
|
void unloadRenderDoc(void*);
|
|
|
|
} // namespace bgfx
|