mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
18 lines
549 B
C++
18 lines
549 B
C++
//============================================================================
|
|
|
|
#pragma once
|
|
|
|
//============================================================================
|
|
|
|
namespace Javelin
|
|
{
|
|
namespace Data
|
|
{
|
|
//============================================================================
|
|
|
|
extern const unsigned short MORTON_TABLE[256];
|
|
|
|
//============================================================================
|
|
} // namespace Data
|
|
} // namespace Javelin
|
|
//============================================================================
|