Skip to content

Instantly share code, notes, and snippets.

@JorTurFer
Last active January 21, 2019 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorTurFer/aaeb017309eb2a642f6e5fc9319d5de4 to your computer and use it in GitHub Desktop.
Save JorTurFer/aaeb017309eb2a642f6e5fc9319d5de4 to your computer and use it in GitHub Desktop.
#include "pch.h"
#include <iostream>
void Test()
{
}
#ifndef __INTELLISENSE__
void Prueba()
{
//Este metodo no lo muestra intellisense
}
#endif
int main()
{
Test();
Prueba();
std::cout << "Hello World!\n";
}
[EditorBrowsable(EditorBrowsableState.Never)]
bool StartMonitor(int PublishInterval);
[EditorBrowsable(EditorBrowsableState.Never)]
bool StopMonitor();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment