CommonLibSSE (Parapets fork)
BSResource.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  namespace BSResource
6  {
7  class Location;
8 
9  void RegisterGlobalPath(const char* a_path);
10  void RegisterLocation(Location* a_location, std::uint32_t a_priority);
11  }
12 }
Definition: Location.h:17
void RegisterLocation(Location *a_location, std::uint32_t a_priority)
void RegisterGlobalPath(const char *a_path)
Definition: AbsorbEffect.h:6