Skip to content

Instantly share code, notes, and snippets.

@DDzia
Last active June 21, 2019 23:58
Show Gist options
  • Save DDzia/3b3638fde7cb024343790187dd304cd9 to your computer and use it in GitHub Desktop.
Save DDzia/3b3638fde7cb024343790187dd304cd9 to your computer and use it in GitHub Desktop.
#include <iostream>
#include "global.h"
DLLEXPORT void PrintToDo()
{
std::cout << "TODO!" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment