mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 17:05:29 +00:00
11 lines
133 B
C++
11 lines
133 B
C++
#include "modules.h"
|
|
|
|
extern const wibo::ModuleStub lib_ws2 = {
|
|
(const char *[]){
|
|
"WS2_32",
|
|
nullptr,
|
|
},
|
|
nullptr,
|
|
nullptr,
|
|
};
|