alliedmodders / hl2sdk

Half-Life 2 SDK Mirrors
https://github.com/valvesoftware
341 stars 158 forks source link

problem compile plugins mysql_mm. network_connection.pb.h #194

Closed metacop closed 6 months ago

metacop commented 6 months ago

problem when compiling a mysql_mm plugins, and it gives me an error in the eiface.h file of the cs2 branch, there is an include on "network_connection.pb.h" and not even this file in that branch. what is the problem?

image

image

psychonic commented 6 months ago

That file is generated from network_connection.proto

DiDHack commented 4 months ago
protoc --cpp_out=/work/vendor/hl2sdk/public/engine \
        -Icommon/ \
        common/network_connection.proto