Skip to content

Commit

Permalink
Reflecting Thing; Simplified Thing token
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Nov 18, 2024
1 parent 76f0b6f commit ee72aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ namespace Langulus::Entity
// boundary, to avoid segfaults when unloading libraries from
// mModulesByType - it is indexed by a DMeta
// So we make sure that the base modules are defined here
(void)MetaDataOf<Thing>();

(void)MetaDataOf<A::PlatformModule>();
(void)MetaDataOf<A::Platform>();
(void)MetaDataOf<A::Window>();
Expand Down
1 change: 1 addition & 0 deletions source/Thing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ namespace Langulus::Entity
, public Referenced
, public SeekInterface<Thing>
{
LANGULUS(NAME) "Thing";
LANGULUS(ABSTRACT) false;
LANGULUS(PRODUCER) Thing;
LANGULUS(POOL_TACTIC) RTTI::PoolTactic::Type;
Expand Down

0 comments on commit ee72aa2

Please sign in to comment.