aboutsummaryrefslogtreecommitdiff
path: root/nerv/io/chunk_file.h
blob: 71094a5a378711054d41a9a29a137ebcd4bbb631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef NERV_LUA_CHUNK_FILE_H
#define NERV_LUA_CHUNK_FILE_H
#include "../lib/io/chunk_file.h"

extern const char *nerv_chunk_file_tname;
extern const char *nerv_chunk_file_handle_tname;
extern const char *nerv_chunk_info_tname;
extern const char *nerv_chunk_data_tname;

#endif