add shared library example

This commit is contained in:
Chris
2018-12-09 02:17:07 +00:00
parent 3c5632a8bf
commit b2c0dadac6
3 changed files with 18 additions and 2 deletions

5
example/example.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "bootstrap.h"
int main(void) {
Update();
}