Cogs.Core
Cogs.Foundation
Source
Platform
Module.cpp
1
#include "Module.h"
2
9
void
* Cogs::Module::getProcAddress(
const
char
* procName) {
10
return
handle ? getProcAddress(handle, procName) :
nullptr
;
11
}
Generated by
1.9.6