initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "libNPK.h"
|
||||
|
||||
namespace NPK
|
||||
{
|
||||
|
||||
void setLastError(ErrorCode err, const char* desc = "", ...);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user