mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
changed includes
This commit is contained in:
parent
4235f8ae9b
commit
cb9c0434d5
@ -11,7 +11,7 @@
|
|||||||
#include "nurbsCurve.h"
|
#include "nurbsCurve.h"
|
||||||
#include "nurbsCurveDrawer.h"
|
#include "nurbsCurveDrawer.h"
|
||||||
|
|
||||||
#include <get_config_path.h>
|
#include "get_config_path.h"
|
||||||
|
|
||||||
Configure(config_parametrics);
|
Configure(config_parametrics);
|
||||||
NotifyCategoryDef(parametrics, "");
|
NotifyCategoryDef(parametrics, "");
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#ifndef CONFIG_PARAMETRICS_H
|
#ifndef CONFIG_PARAMETRICS_H
|
||||||
#define CONFIG_PARAMETRICS_H
|
#define CONFIG_PARAMETRICS_H
|
||||||
|
|
||||||
#include <pandabase.h>
|
#include "pandabase.h"
|
||||||
#include <notifyCategoryProxy.h>
|
#include "notifyCategoryProxy.h"
|
||||||
|
|
||||||
NotifyCategoryDecl(parametrics, EXPCL_PANDA, EXPTP_PANDA);
|
NotifyCategoryDecl(parametrics, EXPCL_PANDA, EXPTP_PANDA);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user