Skip to content
Snippets Groups Projects
Commit ec47ae23 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

abstraction: move object under abstraction

parent b6e714e0
No related branches found
No related tags found
1 merge request!206Merge jt
#pragma once #pragma once
   
#include <alib/variant> #include <ext/variant>
#include <object/AnyObject.h> #include <object/AnyObject.h>
   
namespace object { namespace object {
......
#include "Void.h" #include <object/Void.h>
#include "Object.h" #include <object/Object.h>
#include <registration/ValuePrinterRegistration.hpp> #include <registration/ValuePrinterRegistration.hpp>
   
namespace object { namespace object {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment