mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 13:42:28 -06: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
|