mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update dependencies
This commit is contained in:
parent
5d042b84b0
commit
125fb4ebdf
3 changed files with 7 additions and 2 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#ifndef YODA_BROWSER_H
|
||||
#define YODA_BROWSER_H
|
||||
|
||||
// Dependencies
|
||||
#include "../main.h"
|
||||
|
||||
// Requirements
|
||||
#include "Browser/Header.h"
|
||||
|
||||
namespace Yoda
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
#ifndef YODA_BROWSER_HEADER_H
|
||||
#define YODA_BROWSER_HEADER_H
|
||||
|
||||
#include "../../main.h"
|
||||
// Dependencies
|
||||
#include "../Browser.h"
|
||||
|
||||
namespace YodaBrowser
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue