mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
12 lines
154 B
C++
12 lines
154 B
C++
/* Copyright 2003-2007 ROBLOX Corporation, All Rights Reserved */
|
|
|
|
#pragma once
|
|
|
|
namespace RBX
|
|
{
|
|
namespace UTIL
|
|
{
|
|
void setWindowsNoFragHeap();
|
|
}
|
|
}
|