Skip to content

Commit

Permalink
Update otne_file.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
beanflame authored May 31, 2024
1 parent e81c8e3 commit 6f7eb9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions otne/src/otne_file.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#ifndef _OTNE_FILE_HPP
#define _OTNE_FILE_HPP
#pragma once
// #ifndef _OTNE_FILE_HPP
// #define _OTNE_FILE_HPP

#include <iostream>
#include <fstream>
Expand All @@ -10,4 +11,4 @@ using namespace std;

i18nString OtneReadFile(string filename);

#endif
// #endif

0 comments on commit 6f7eb9a

Please sign in to comment.