Skip to content

Commit bcd40d8

Browse files
committed
Initial import
1 parent 36a3e17 commit bcd40d8

File tree

283 files changed

+81476
-34
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+81476
-34
lines changed

.gitignore

Lines changed: 0 additions & 32 deletions
This file was deleted.

.gitmodules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "protobufs"]
2+
path = protobufs
3+
url = https://github.com/rd2l/protobuf-cpp
4+
[submodule "vendor/boost"]
5+
path = vendor/boost
6+
url = https://github.com/boostorg/boost.git
7+
[submodule "vendor/cryptopp"]
8+
path = vendor/cryptopp
9+
url = https://github.com/weidai11/cryptopp.git

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Redditors Dota 2 League
3+
Copyright (c) 2016 sbx320
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# libsteam
1+
# libsteam
2+
C++ Library for interoperating with the Steam network

0 commit comments

Comments
 (0)