Skip to content

Commit 63cca4e

Browse files
Update README.md
1 parent e853346 commit 63cca4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Here's the list of things you require before you continue on this tutorial:
1010
- Visual Studio Community/Professional 2022 (you can download it here: https://visualstudio.microsoft.com) with Desktop development with C++ workload and C/C++ v143 MFC modules
1111
- Python 3 (you need this for compiling the latest SDK 2013 code)
1212

13-
First, you need to add this in both of your client and server VPC scripts:
13+
First, you need to add this at the top of both of your client and server VPC scripts:
1414
```vpc
15-
...
16-
$Include "$SRCDIR\game\shared\sentry.vpc"
17-
...
15+
...
16+
$Include "$SRCDIR\game\shared\sentry.vpc"
17+
...
1818
```
1919

2020
Recreate the client and server projects by running `createallprojects.bat` and open "everything.sln" with Visual Studio 2022.

0 commit comments

Comments
 (0)