Skip to content

Commit

Permalink
Update! Auto save and auto reload plugin!
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Mar 13, 2024
1 parent 28bc49f commit a0c80ff
Show file tree
Hide file tree
Showing 13 changed files with 494 additions and 622 deletions.
540 changes: 0 additions & 540 deletions JACK_PLUGIN_TEST/src.cpp

This file was deleted.

Binary file removed Release/DrawMap_x32.exe
Binary file not shown.
Binary file removed Release/DrawMap_x64.exe
Binary file not shown.
Binary file added Release/test_map.umd
Binary file not shown.
Binary file added Release/vpKarPlugx64.dll
Binary file not shown.
Binary file added Release/vpKarPlugx64.exp
Binary file not shown.
Binary file added Release/vpKarPlugx64.lib
Binary file not shown.
1 change: 0 additions & 1 deletion src/ImFileDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif
#define NOMINMAX
#include "ImFileDialog.h"

#include <fstream>
Expand Down
6 changes: 6 additions & 0 deletions src/jack_api.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
LIBRARY vpKarPlugx64
EXPORTS
vpMain
vpEnumActions
vpEnumImportFormats
vpImport
Loading

0 comments on commit a0c80ff

Please sign in to comment.