Skip to content

Commit

Permalink
update: add common header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Sep 24, 2023
1 parent 673a0e8 commit 1cd17b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions mioc/include/Mioc.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Copyright (C) 2018 - 2023 Tony's Studio. All rights reserved.

#pragma once

#ifndef _MIOC_H_
#define _MIOC_H_

#include <mioc/ServiceContainer.h>
#include <mioc/SingletonContainer.h>

#endif // _MIOC_H_
3 changes: 1 addition & 2 deletions src/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

#include <memory>
#include "Test.h"
#include <mioc/ServiceContainer.h>
#include <mioc/SingletonContainer.h>
#include <mioc.h>

void TestSingleton();
void TestTransient();
Expand Down

0 comments on commit 1cd17b0

Please sign in to comment.