mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
8 lines
113 B
C++
8 lines
113 B
C++
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
#include "common/common_types.h"
|
|
|
|
const std::vector<u32>& get_jak2_tpage_dir();
|