Initial commit to populate projects.

This commit is contained in:
2023-06-14 15:24:34 -05:00
commit 1a1dedacdd
11 changed files with 1099 additions and 0 deletions

8
bs2bmp/bs2bmp.cpp Normal file
View File

@@ -0,0 +1,8 @@
//Still need to reverse the original EXE. Add support for more than one convert with drag and drop.
#include <stdio.h>
int main(int arg_count, char* p_arg_array)
{
return 0;
}