mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-07 05:57:47 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* Copyright 2003-2007 ROBLOX Corporation, All Rights Reserved */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "BevelMesh.h"
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
extern const char* const sBlockMesh;
|
||||
class BlockMesh
|
||||
: public DescribedCreatable<BlockMesh, BevelMesh, sBlockMesh>
|
||||
{
|
||||
public:
|
||||
BlockMesh(){}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user