mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-08 06:17:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include "V8Tree/Service.h"
|
||||
|
||||
namespace RBX {
|
||||
|
||||
namespace Network {
|
||||
|
||||
extern const char* const sGuidRegistryService;
|
||||
class GuidRegistryService
|
||||
: public DescribedNonCreatable<GuidRegistryService, Instance, sGuidRegistryService>
|
||||
, public Service
|
||||
{
|
||||
public:
|
||||
boost::intrusive_ptr<GuidItem<Instance>::Registry> const registry;
|
||||
GuidRegistryService(void);
|
||||
~GuidRegistryService(void);
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user