Fix empty cpp warning
This commit is contained in:
parent
af029b056c
commit
9360c7974b
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ using namespace NLMISC;
|
|||
#define new DEBUG_NEW
|
||||
#endif
|
||||
|
||||
void vertex_buffer_heap_dummy_cpp() { }
|
||||
|
||||
// This code is not used actually and doesn't compile
|
||||
// just preproc comment it
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue