#include <string>
#include "../fields.h"
Go to the source code of this file.
◆ GUERILLA_LIB_API
#define GUERILLA_LIB_API __declspec(dllimport) |
◆ BlamCommentType
Enumerator used to identify the type of comment being displayed.
Enumerator |
---|
None | Default value. The comment will be given the standard appearance.
|
Info | Indicates that the comment should be presented as an informative message.
|
Warning | Indicates that the comment should be presented as a warning message.
|
Error | Indicates that the comment should be presented as an error message.
|