Changeset 43dd72b7 in mainline for uspace/app/modplay/modplay.c


Ignore:
Timestamp:
2014-10-13T17:31:01Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
affbdde
Parents:
18cc83c
Message:

Trackmod update: XM file format, new effects, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/modplay/modplay.c

    r18cc83c r43dd72b7  
    4040#include <stdio.h>
    4141#include <stdlib.h>
    42 #include <protracker.h>
    4342#include <trackmod.h>
    4443
     
    8887        con = console_init(stdin, stdout);
    8988
    90         rc = trackmod_protracker_load(argv[1], &mod);
     89        rc = trackmod_module_load(argv[1], &mod);
    9190        if (rc != EOK) {
    9291                printf("Error loading %s.\n", argv[1]);
Note: See TracChangeset for help on using the changeset viewer.