mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
spelling mistake in dev note
This commit is contained in:
parent
2ede507e96
commit
cb811700e7
@ -1,7 +1,7 @@
|
|||||||
# How different versions/implementations of 1 interface are maintained and dispatched
|
# How different versions/implementations of 1 interface are maintained and dispatched
|
||||||
This is done by ~~ab~~using the inheritance of C++ an how virtual functions tables (vftables) are implemented by compilers.
|
This is done by ~~ab~~using the inheritance of C++ and how virtual functions tables (`vftables`) are implemented by compilers.
|
||||||
|
|
||||||
The point of this article is explaining this somehwat cryptic code in [steam_client.cpp](../dll/steam_client.cpp)
|
The point of this article is explaining this somewhat cryptic code in [steam_client.cpp](../dll/steam_client.cpp)
|
||||||
```c++
|
```c++
|
||||||
if (strcmp(pchVersion, "SteamNetworking001") == 0) {
|
if (strcmp(pchVersion, "SteamNetworking001") == 0) {
|
||||||
return (ISteamNetworking *)(void *)(ISteamNetworking001 *)steam_networking_temp;
|
return (ISteamNetworking *)(void *)(ISteamNetworking001 *)steam_networking_temp;
|
||||||
|
Loading…
Reference in New Issue
Block a user