Skip to content

Commit

Permalink
docs: more descriptive plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisAMJ committed Jul 20, 2023
1 parent 64137af commit ab5d038
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Plugin.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#pragma once
#include "Utils.hpp"

#define SAR_PLUGIN_SIGNATURE \
new char[26] { 65, 114, 101, 32, 121, 111, 117, 32, 104, 97, 112, 112, 121, 32, 110, 111, 119, 44, 32, 74, 97, 109, 101, 114, 63, 00 }
#define SAR_PLUGIN_SIGNATURE "SourceAutoRecord v" SAR_VERSION

// CServerPlugin
#define CServerPlugin_m_Size 16
Expand Down

0 comments on commit ab5d038

Please sign in to comment.