How to port an engine to Scid Pocket
====================================

Engine initialisation : call init_socket
Set engine to low CPU : call lowPrio(252)
Hash size : should be in kB and not in MB
Makefile : -DWIN32 to add in Makefile.arm
Substitute printf -> send_msg, readline -> get_msg
add uiAlive in main loop (if UI crashed, the engine exits)
If xboard engine add a sethash command