mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update include ns
This commit is contained in:
parent
6b4efd9f73
commit
6e115ca3c1
8 changed files with 24 additions and 24 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef LIB_DATABASE_H
|
||||
#define LIB_DATABASE_H
|
||||
#ifndef LIB_DATABASE_HPP
|
||||
#define LIB_DATABASE_HPP
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
|
|
@ -30,4 +30,4 @@ namespace lib
|
|||
};
|
||||
}
|
||||
|
||||
#endif // LIB_DATABASE_H
|
||||
#endif // LIB_DATABASE_HPP
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef LIB_DATABASE_SESSION_H
|
||||
#define LIB_DATABASE_SESSION_H
|
||||
#ifndef LIB_DATABASE_SESSION_HPP
|
||||
#define LIB_DATABASE_SESSION_HPP
|
||||
|
||||
#include <sqlite3.h>
|
||||
|
||||
|
|
@ -23,4 +23,4 @@ namespace lib::database
|
|||
};
|
||||
}
|
||||
|
||||
#endif // LIB_DATABASE_SESSION_H
|
||||
#endif // LIB_DATABASE_SESSION_HPP
|
||||
Loading…
Add table
Add a link
Reference in a new issue