misc/physfs/extras/hwpacksmounter.h
author sheepluva
Thu, 17 Jan 2013 18:12:30 +0100
changeset 8395 0b357c57e01c
parent 8119 257ffa847aa2
permissions -rw-r--r--
small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already

#ifndef HEDGEWARS_PACKAGES_MOUNTER_H
#define HEDGEWARS_PACKAGES_MOUNTER_H

#include "physfs.h"

#ifdef __cplusplus
extern "C" {
#endif

PHYSFS_DECL void hedgewarsMountPackages();


#ifdef __cplusplus
}
#endif

#endif