mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
14 lines
236 B
C
14 lines
236 B
C
// Filename: pandafx.h
|
|
// Created by: drose (11Dec01)
|
|
//
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef PANDAFX_H
|
|
#define PANDAFX_H
|
|
|
|
#include "pandabase.h"
|
|
|
|
EXPCL_PANDAFX void init_libpandafx();
|
|
|
|
#endif
|