/* * Abuse - dark 2D side-scrolling platform game * Copyright (c) 1995 Crack dot Com * Copyright (c) 2005-2011 Sam Hocevar * * This software was released into the Public Domain. As with most public * domain software, no warranty is made or implied by Crack dot Com, by * Jonathan Clark, or by Sam Hocevar. */ #ifndef _JDIR_HPP_ #define _JDIR_HPP_ void get_directory(char *path, char **&files, int &tfiles, char **&dirs, int &tdirs); #endif