diff options
| author | jakob <jakob@memeware.net> | 2017-01-08 20:22:46 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-08 20:22:46 -0500 |
| commit | 7d141c7e79bb9688a475b88722f6101ad01ef782 (patch) | |
| tree | c6afc8951270e57461ce25d32a32665ab52d7d6c /src/defs.h | |
| parent | b3560b1005d3bc78a4f00a2279eb791209801a98 (diff) | |
Large commit. Filenames are now converted from UTF-16LE and placed into a linked list. Parsers also exist for every entry in the XP3 format.
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ You should have received a copy of the GNU General Public License along with Nekopack. If not, see <http://www.gnu.org/licenses/>. */ +#pragma once #define EXIT_SUCCESS 0 #define EXIT_FAILURE 1 |