docs: add plugin setup guide
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
namespace Scaleform::GFx
|
||||
{
|
||||
template <class T>
|
||||
class __declspec(novtable) LogBase
|
||||
{
|
||||
public:
|
||||
virtual ~LogBase(); // 00
|
||||
|
||||
// add
|
||||
virtual bool IsVerboseActionErrors(); // 01
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user