Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 84a9706

Browse files
author
404UNFca
committed
Removal of #file lines, as these apparently break SPEdit's error highlighting.
1 parent 6a2507b commit 84a9706

8 files changed

+0
-56
lines changed

Resources/Misc/Templates/OldSyntaxTemplate_CSGO.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <cstrike>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125

136
#define PLUGIN_VERSION "0.00"

Resources/Misc/Templates/OldSyntaxTemplate_CSS.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <cstrike>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125

136
#define PLUGIN_VERSION "0.00"

Resources/Misc/Templates/OldSyntaxTemplate_Generic.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <sdktools>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125

136
#define PLUGIN_VERSION "0.00"

Resources/Misc/Templates/OldSyntaxTemplate_TF2.sp

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
#include <tf2_stocks>
33
// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
44

5-
/**
6-
* @note #file is a somewhat recent discovery.
7-
* Instead of the full filepath, compile.exe will use
8-
* whatever name you supply here when printing errors/warnings.
9-
*/
10-
#file "Enter plugin name here"
11-
125
#pragma semicolon 1
136

147
#define PLUGIN_VERSION "0.00"

Resources/Misc/Templates/Template_CSGO.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <cstrike>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125
#pragma newdecls required
136

Resources/Misc/Templates/Template_CSS.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <cstrike>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125
#pragma newdecls required
136

Resources/Misc/Templates/Template_Generic.sp

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#include <sourcemod>
22
#include <sdktools>
33

4-
/**
5-
* @note #file is a somewhat recent discovery.
6-
* Instead of the full filepath, compile.exe will use
7-
* whatever name you supply here when printing errors/warnings.
8-
*/
9-
#file "Enter plugin name here"
10-
114
#pragma semicolon 1
125
#pragma newdecls required
136

Resources/Misc/Templates/Template_TF2.sp

-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
#include <tf2_stocks>
33
// ^ tf2_stocks.inc itself includes sdktools.inc and tf2.inc
44

5-
/**
6-
* @note #file is a somewhat recent discovery.
7-
* Instead of the full filepath, compile.exe will use
8-
* whatever name you supply here when printing errors/warnings.
9-
*/
10-
#file "Enter plugin name here"
11-
125
#pragma semicolon 1
136
#pragma newdecls required
147

0 commit comments

Comments
 (0)