Scope
|
#include "stdafx.h"
#include "resource.h"
#include "gui/MainDlgFrame.h"
#include "controllers/ScopeController.h"
#include "controllers/ScopeLogger.h"
#include "version.h"
Go to the source code of this file.
Functions | |
uint8_t | mylutfunc (const double &e) |
int | Run (HINSTANCE hInstance) |
int WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE, LPTSTR lpstrCmdLine, int nCmdShow) |
Variables | |
CAppModule | _Module |
This is the main file for the Scope.exe.
Definition in file scope.cpp.