Apply cpp naming to files
This commit is contained in:
parent
89eec0e329
commit
9d01ba2c8a
73 changed files with 160 additions and 160 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
#include "primitives/boolobject.h"
|
||||
#include "primitives/BoolObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "primitives/classobject.h"
|
||||
#include "primitives/dictobject.h"
|
||||
#include "primitives/nullobject.h"
|
||||
#include "primitives/ClassObject.hpp"
|
||||
#include "primitives/DictObject.hpp"
|
||||
#include "primitives/NullObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "primitives/colorobject.h"
|
||||
#include "primitives/ColorObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include "primitives/dictobject.h"
|
||||
#include "primitives/stringobject.h"
|
||||
#include "primitives/DictObject.hpp"
|
||||
#include "primitives/StringObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "primitives/enumobject.h"
|
||||
#include "primitives/EnumObject.hpp"
|
||||
|
||||
#include <malloc.h>
|
||||
#include <cstring>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "primitives/floatobject.h"
|
||||
#include "primitives/FloatObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "primitives/intobject.h"
|
||||
#include "primitives/IntObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "primitives/interpreterobject.h"
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "primitives/InterpreterObject.hpp"
|
||||
#include "primitives/LinkObject.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
#include "primitives/linkobject.h"
|
||||
#include "primitives/LinkObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include "primitives/intobject.h"
|
||||
#include "primitives/listobject.h"
|
||||
#include "primitives/IntObject.hpp"
|
||||
#include "primitives/ListObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
#include "compiler/function.h"
|
||||
#include "core/scriptsection.h"
|
||||
#include "primitives/methodobject.h"
|
||||
#include "compiler/Functions.hpp"
|
||||
#include "core/ScriptSection.hpp"
|
||||
#include "primitives/MethodObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
#include "primitives/nullobject.h"
|
||||
#include "primitives/NullObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
#include "primitives/stringobject.h"
|
||||
#include "primitives/StringObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#include "primitives/typeobject.h"
|
||||
#include "primitives/nullobject.h"
|
||||
#include "primitives/TypeObject.hpp"
|
||||
#include "primitives/NullObject.hpp"
|
||||
|
||||
using namespace obj;
|
||||
using namespace tp;
|
||||
Loading…
Add table
Add a link
Reference in a new issue