mirror of
https://github.com/godotengine/godot.git
synced 2025-01-09 19:41:36 +00:00
19 lines
549 B
C++
19 lines
549 B
C++
//============================================================================
|
|
|
|
#pragma once
|
|
|
|
//============================================================================
|
|
|
|
namespace Javelin
|
|
{
|
|
namespace Data
|
|
{
|
|
//============================================================================
|
|
|
|
extern const unsigned short MORTON_TABLE[256];
|
|
|
|
//============================================================================
|
|
} // namespace Data
|
|
} // namespace Javelin
|
|
//============================================================================
|