added: bitvis (WIP)
This commit is contained in:
parent
8eb8117da3
commit
4d4f7c585c
22 changed files with 2060 additions and 4 deletions
|
@ -16,7 +16,16 @@
|
|||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "bitvis.h"
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
CBitVis bitvis(argc, argv);
|
||||
|
||||
bitvis.Setup();
|
||||
bitvis.Process();
|
||||
bitvis.Cleanup();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue