Implement Geometric Class Definitions
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
//
|
||||
// Created by dawsh on 1/25/24.
|
||||
//
|
||||
#pragma once
|
||||
|
||||
#ifndef J3ML_QUADTREE_H
|
||||
#define J3ML_QUADTREE_H
|
||||
namespace Geometry
|
||||
{
|
||||
class QuadTree
|
||||
{
|
||||
|
||||
#endif //J3ML_QUADTREE_H
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user