mirror of
https://github.com/SourMesen/VisualNes.git
synced 2025-04-02 10:31:49 -04:00
6 lines
197 B
C
6 lines
197 B
C
#pragma once
|
|
#include "stdafx.h"
|
|
|
|
void flushLog(vector<string> logVars, vector<int> logBuffer);
|
|
DllExport bool startLogging(char *filename, bool useHex, bool useCsv);
|
|
DllExport void stopLogging();
|