mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
14 lines
238 B
C++
14 lines
238 B
C++
/* Copyright 2003-2006 ROBLOX Corporation, All Rights Reserved */
|
|
|
|
#pragma once
|
|
|
|
namespace RBX {
|
|
|
|
// Stub class - primitive descends from this to protect body::setCoordinateFrame() from others
|
|
class BodyPvSetter
|
|
{
|
|
};
|
|
|
|
} // namespace
|
|
|