Initial commit to populate projects.
This commit is contained in:
8
bs2bmp/bs2bmp.cpp
Normal file
8
bs2bmp/bs2bmp.cpp
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user