annotate native/WinNarrator/WinNarrator.cpp @ 7:075ae9eb2a40

changed splash screen to .gif corrected line style bug set Tablet/Mouse as first option on haptic device dialog
author Fiore Martin <fiore@eecs.qmul.ac.uk>
date Tue, 18 Dec 2012 18:49:20 +0000
parents 9418ab7b7f3f
children
rev   line source
fiore@0 1 // WinNarrator.cpp : Defines the entry point for the console application.
fiore@0 2 //
fiore@0 3
fiore@0 4 #include "stdafx.h"
fiore@0 5
fiore@0 6
fiore@0 7 int _tmain(int argc, _TCHAR* argv[])
fiore@0 8 {
fiore@0 9 return 0;
fiore@0 10 }
fiore@0 11