mirror of
https://github.com/Yet-Another-DreamTeam/quicknote.git
synced 2026-03-13 00:07:25 +00:00
rename from .h to .hpp
This commit is contained in:
parent
37786bc860
commit
807d7b9ff5
@ -1,4 +1,4 @@
|
||||
#include "./main.h"
|
||||
#include "./main.hpp"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <iostream>
|
||||
#include "./setup.h"
|
||||
#include "./command.h"
|
||||
#include "./commands.h"
|
||||
#include "./setup.hpp"
|
||||
#include "./command.hpp"
|
||||
#include "./commands.hpp"
|
||||
|
||||
Setup &setup = Setup::Instance();
|
||||
Command &command = Command::Instance();
|
||||
Loading…
x
Reference in New Issue
Block a user