File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ function(BUILD_GAME GAME GAME_PATH SDK)
2020endfunction ()
2121
2222build_game (CS2 csgo CS2 )
23- build_game (DOTA dota DOTA )
24- build_game (DEADLOCK citadel DEADLOCK )
23+ build_game (DOTA dota CS2 )
24+ build_game (DEADLOCK citadel CS2 )
2525
2626source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "Source Files" FILES ${SOURCES_LIST} )
2727source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} PREFIX "Header Files" FILES ${HEADERS_LIST} )
Original file line number Diff line number Diff line change @@ -69,15 +69,9 @@ void CUtlString::Trim(const char*) {
6969 // STUB
7070}
7171
72- #ifdef GAME_CS2
7372CUtlBuffer::CUtlBuffer (const void *, int , CUtlBuffer::BufferFlags_t) {
7473 // STUB
7574}
76- #else
77- CUtlBuffer::CUtlBuffer (void const *, int , int ) {
78- // STUB
79- }
80- #endif
8175
8276void ConMsg (const char *, ...) {
8377 // STUB
You can’t perform that action at this time.
0 commit comments