19 themes/skins available for your browsing pleasure. A variety of looks, 6 AC2 exclusives - Featuring SMACX, Civ6 Firaxis, and two CivII themes.[new Theme Select Box, bottom right sidebar - works for lurkers, too]
0 Members and 1 Guest are viewing this topic.
#include <stdio.h>#include <stdlib.h> main( int argc, char *argv[] ){ int c = 0; char String[255]; sprintf(String, "start ffplay -fs -autoexit %s ", argv[2]); chdir(".\\movies"); int a = 1; a = system(String); do{;}while(a!=0);return ;}