1 2 3 4 5 6
// interface.h // Provides the interface with which all video interactions must occur. void VideoInit(); void VideoClose();