summaryrefslogblamecommitdiff
path: root/src/map/grfio.hpp
blob: e0758fecc9d2505fc4c137bda7b27b1cd23323e3 (plain) (tree)
1
2
3
4
5
6
7
8
9

                          
 
                   
 
                  
 
                          
 

                                         


                                                                         
                                                       
 
                            
#ifndef TMWA_MAP_GRFIO_HPP
#define TMWA_MAP_GRFIO_HPP

# include <cstdint>

# include <vector>

# include "../mmo/mmo.hpp"

bool load_resnametable(ZString filename);

/// Load a resource into memory, subject to data/resnametable.txt.
/// Normally, resourcename is xxx-y.gat and the file is xxx-y.wlk.
/// Currently there is exactly one .wlk per .gat, but multiples are fine.
std::vector<uint8_t> grfio_reads(MapName resourcename);

#endif // TMWA_MAP_GRFIO_HPP