mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-25 12:42:41 -06:00
13 lines
236 B
C
13 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
|